|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRemoveItemsParametersProxy
public class IRemoveItemsParametersProxy
Provides access to members that control parameters for removing rasters from a mosaic dataset.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IRemoveItemsParametersProxy()
|
|
IRemoveItemsParametersProxy(Object obj)
|
protected |
IRemoveItemsParametersProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
boolean |
isDeleteOverviewImages()
Indicates whether the raster dataset associated with selected overview items are deleted as well. |
boolean |
isRemoveBrokenItemsOnly()
Indicates whether only catalog items with broken paths are removed. |
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 |
removeListener(String iidStr,
Object theListener)
|
void |
setDeleteOverviewImages(boolean pbDeleteOverviewImages)
Indicates whether the raster dataset associated with selected overview items are deleted as well. |
void |
setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly)
Indicates whether only catalog items with broken paths are removed. |
void |
setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
Indicates whether to remove the raster type instances for those which don't have any associated catalog items. |
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 com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IRemoveItemsParametersProxy()
public IRemoveItemsParametersProxy(Object obj)
throws IOException
IOException
protected IRemoveItemsParametersProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||