|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RemoveItemsParameters
public class RemoveItemsParameters
An object that controls how items are removed from a mosaic dataset.
| Constructor Summary | |
|---|---|
RemoveItemsParameters()
Constructs a RemoveItemsParameters using ArcGIS Engine. |
|
RemoveItemsParameters(Object obj)
Construct a RemoveItemsParameters using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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 |
isRemoveItem()
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset. |
boolean |
isRemoveUnreferencedInstances()
Indicates whether to remove the raster type instances for those which don't have any associated catalog items. |
boolean |
isTouchAffectedOverviewItems()
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items. |
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 |
setRemoveItem(boolean pbRemoveItem)
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset. |
void |
setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
Indicates whether to remove the raster type instances for those which don't have any associated catalog items. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RemoveItemsParameters()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RemoveItemsParameters(Object obj)
throws IOException
obj to RemoveItemsParameters.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
RemoveItemsParameters theRemoveItemsParameters = (RemoveItemsParameters) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setParametersByRef(IPropertySet ppAllParameters)
throws IOException,
AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getParameters()
throws IOException,
AutomationException
getParameters in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
throws IOException,
AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - A reference to a com.esri.arcgis.system.IProgressor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IProgressor getProgressor()
throws IOException,
AutomationException
getProgressor in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
throws IOException,
AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - The pbIsDatasetReadOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDatasetReadOnly()
throws IOException,
AutomationException
isDatasetReadOnly in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
throws IOException,
AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getResults()
throws IOException,
AutomationException
getResults in interface IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrepareResults(boolean pbPrepareResults)
throws IOException,
AutomationException
setPrepareResults in interface IMosaicDatasetOperationParameters2pbPrepareResults - The pbPrepareResults (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrepareResults()
throws IOException,
AutomationException
isPrepareResults in interface IMosaicDatasetOperationParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
throws IOException,
AutomationException
setDeleteOverviewImages in interface IRemoveItemsParameterspbDeleteOverviewImages - The pbDeleteOverviewImages (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeleteOverviewImages()
throws IOException,
AutomationException
isDeleteOverviewImages in interface IRemoveItemsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
throws IOException,
AutomationException
setRemoveUnreferencedInstances in interface IRemoveItemsParameterspbRemoveUnreferencedInstances - The pbRemoveUnreferencedInstances (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveUnreferencedInstances()
throws IOException,
AutomationException
isRemoveUnreferencedInstances in interface IRemoveItemsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems)
throws IOException,
AutomationException
setTouchAffectedOverviewItems in interface IRemoveItemsParameterspbTouchAffectedOverviewItems - The pbTouchAffectedOverviewItems (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTouchAffectedOverviewItems()
throws IOException,
AutomationException
isTouchAffectedOverviewItems in interface IRemoveItemsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly)
throws IOException,
AutomationException
setRemoveBrokenItemsOnly in interface IRemoveItemsParameterspbRemoveBrokenItemsOnly - The pbRemoveBrokenItemsOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveBrokenItemsOnly()
throws IOException,
AutomationException
isRemoveBrokenItemsOnly in interface IRemoveItemsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDeleteItemCache(boolean pbDeleteItemCache)
throws IOException,
AutomationException
setDeleteItemCache in interface IRemoveItemsParameters2pbDeleteItemCache - The pbDeleteItemCache (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeleteItemCache()
throws IOException,
AutomationException
isDeleteItemCache in interface IRemoveItemsParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveItem(boolean pbRemoveItem)
throws IOException,
AutomationException
setRemoveItem in interface IRemoveItemsParameters2pbRemoveItem - The pbRemoveItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveItem()
throws IOException,
AutomationException
isRemoveItem in interface IRemoveItemsParameters2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
throws IOException,
AutomationException
setSelectionSetByRef in interface ISelectionParametersppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet getSelectionSet()
throws IOException,
AutomationException
getSelectionSet in interface ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
throws IOException,
AutomationException
setQueryFilterByRef in interface ISelectionParametersppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IQueryFilter getQueryFilter()
throws IOException,
AutomationException
getQueryFilter in interface ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||