public class RemoveItemsParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IMosaicDatasetOperationParameters2, IRemoveItemsParameters, IRemoveItemsParameters2, IRemoveItemsParameters3, IRemoveItemsParameters4, ISelectionParameters
Description 'An object that controls how items are removed from a mosaic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32, xxDummy
IID379006f4_6f75_4c3b_b783_0c2e88a7b280
IID, IID8189cbdf_485a_458f_a79c_cda4a8c2a954, xxDummy
IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0
IID1392ac33_0be8_4c56_93b8_ae0644297c68
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
Constructor and Description |
---|
RemoveItemsParameters()
Constructs a RemoveItemsParameters using ArcGIS Engine.
|
RemoveItemsParameters(java.lang.Object obj)
Construct a RemoveItemsParameters using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation.
|
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation.
|
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation.
|
ISelectionSet |
getSelectionSet()
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isDeleteItemCache()
Indicates whether the cache files associated with selected mosaic dataset items are deleted.
|
boolean |
isDeleteOverviewImages()
Indicates whether the raster dataset associated with selected overview items are deleted as well.
|
boolean |
isPrepareResults()
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the Results property.
|
boolean |
isRemoveBrokenItemsOnly()
Indicates whether only catalog items with broken paths are removed.
|
boolean |
isRemoveColorCorrection()
Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
|
boolean |
isRemoveItem()
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
|
boolean |
isRemoveSeamlines()
Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
|
boolean |
isRemoveUnreferencedInstances()
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
|
boolean |
isResetRelativePath()
Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
|
boolean |
isTouchAffectedOverviewItems()
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.
|
void |
release()
Release this COM object reference
|
void |
setDeleteItemCache(boolean pbDeleteItemCache)
Indicates whether the cache files associated with selected mosaic dataset items are deleted.
|
void |
setDeleteOverviewImages(boolean pbDeleteOverviewImages)
Indicates whether the raster dataset associated with selected overview items are deleted as well.
|
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation.
|
void |
setPrepareResults(boolean pbPrepareResults)
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the Results property.
|
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly)
Indicates whether only catalog items with broken paths are removed.
|
void |
setRemoveColorCorrection(boolean pbRemoveColorCorrection)
Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
|
void |
setRemoveItem(boolean pbRemoveItem)
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
|
void |
setRemoveSeamlines(boolean pbRemoveSeamlines)
Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
|
void |
setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
|
void |
setResetRelativePath(boolean pbResetRelativePath)
Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
|
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
void |
setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems)
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.
|
public RemoveItemsParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic RemoveItemsParameters(java.lang.Object obj) throws java.io.IOException
obj
to RemoveItemsParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
RemoveItemsParameters theRemoveItemsParameters = (RemoveItemsParameters) obj;
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setParametersByRef(IPropertySet ppAllParameters) throws java.io.IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws java.io.IOException, AutomationException
getParameters
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws java.io.IOException, AutomationException
setProgressorByRef
in interface IMosaicDatasetOperationParameters
ppProgressor
- A reference to a com.esri.arcgis.system.IProgressor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws java.io.IOException, AutomationException
getProgressor
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly) throws java.io.IOException, AutomationException
setIsDatasetReadOnly
in interface IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- The pbIsDatasetReadOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetReadOnly() throws java.io.IOException, AutomationException
isDatasetReadOnly
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws java.io.IOException, AutomationException
setResultsByRef
in interface IMosaicDatasetOperationParameters
ppOperationResults
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getResults() throws java.io.IOException, AutomationException
getResults
in interface IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPrepareResults(boolean pbPrepareResults) throws java.io.IOException, AutomationException
setPrepareResults
in interface IMosaicDatasetOperationParameters2
pbPrepareResults
- The pbPrepareResults (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPrepareResults() throws java.io.IOException, AutomationException
isPrepareResults
in interface IMosaicDatasetOperationParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDeleteOverviewImages(boolean pbDeleteOverviewImages) throws java.io.IOException, AutomationException
setDeleteOverviewImages
in interface IRemoveItemsParameters
pbDeleteOverviewImages
- The pbDeleteOverviewImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDeleteOverviewImages() throws java.io.IOException, AutomationException
isDeleteOverviewImages
in interface IRemoveItemsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances) throws java.io.IOException, AutomationException
setRemoveUnreferencedInstances
in interface IRemoveItemsParameters
pbRemoveUnreferencedInstances
- The pbRemoveUnreferencedInstances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveUnreferencedInstances() throws java.io.IOException, AutomationException
isRemoveUnreferencedInstances
in interface IRemoveItemsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems) throws java.io.IOException, AutomationException
setTouchAffectedOverviewItems
in interface IRemoveItemsParameters
pbTouchAffectedOverviewItems
- The pbTouchAffectedOverviewItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isTouchAffectedOverviewItems() throws java.io.IOException, AutomationException
isTouchAffectedOverviewItems
in interface IRemoveItemsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly) throws java.io.IOException, AutomationException
setRemoveBrokenItemsOnly
in interface IRemoveItemsParameters
pbRemoveBrokenItemsOnly
- The pbRemoveBrokenItemsOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveBrokenItemsOnly() throws java.io.IOException, AutomationException
isRemoveBrokenItemsOnly
in interface IRemoveItemsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDeleteItemCache(boolean pbDeleteItemCache) throws java.io.IOException, AutomationException
setDeleteItemCache
in interface IRemoveItemsParameters2
pbDeleteItemCache
- The pbDeleteItemCache (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDeleteItemCache() throws java.io.IOException, AutomationException
isDeleteItemCache
in interface IRemoveItemsParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveItem(boolean pbRemoveItem) throws java.io.IOException, AutomationException
setRemoveItem
in interface IRemoveItemsParameters2
pbRemoveItem
- The pbRemoveItem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveItem() throws java.io.IOException, AutomationException
isRemoveItem
in interface IRemoveItemsParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveColorCorrection(boolean pbRemoveColorCorrection) throws java.io.IOException, AutomationException
setRemoveColorCorrection
in interface IRemoveItemsParameters3
pbRemoveColorCorrection
- The pbRemoveColorCorrection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveColorCorrection() throws java.io.IOException, AutomationException
isRemoveColorCorrection
in interface IRemoveItemsParameters3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveSeamlines(boolean pbRemoveSeamlines) throws java.io.IOException, AutomationException
setRemoveSeamlines
in interface IRemoveItemsParameters3
pbRemoveSeamlines
- The pbRemoveSeamlines (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveSeamlines() throws java.io.IOException, AutomationException
isRemoveSeamlines
in interface IRemoveItemsParameters3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResetRelativePath(boolean pbResetRelativePath) throws java.io.IOException, AutomationException
setResetRelativePath
in interface IRemoveItemsParameters4
pbResetRelativePath
- The pbResetRelativePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isResetRelativePath() throws java.io.IOException, AutomationException
isResetRelativePath
in interface IRemoveItemsParameters4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws java.io.IOException, AutomationException
setSelectionSetByRef
in interface ISelectionParameters
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
getSelectionSet
in interface ISelectionParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws java.io.IOException, AutomationException
setQueryFilterByRef
in interface ISelectionParameters
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter
in interface ISelectionParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.