com.esri.arcgis.datasourcesraster
Interface IRemoveItemsParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRemoveItemsParameters2, IRemoveItemsParameters3, IRemoveItemsParameters4
All Known Implementing Classes:
IRemoveItemsParameters2Proxy, IRemoveItemsParameters3Proxy, IRemoveItemsParameters4Proxy, IRemoveItemsParametersProxy, RemoveItemsParameters

public interface IRemoveItemsParameters
extends java.io.Serializable

COM Interface 'IRemoveItemsParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for removing rasters 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7

static final int IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDeleteOverviewImages

void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
                             throws java.io.IOException,
                                    AutomationException
Indicates whether the raster dataset associated with selected overview items are deleted as well. Overview images created within the geodatabase are owned and managed by the mosaic dataset. These managed overview images are always deleted along with the corres?G?^??

Parameters:
pbDeleteOverviewImages - The pbDeleteOverviewImages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleteOverviewImages

boolean isDeleteOverviewImages()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether the raster dataset associated with selected overview items are deleted as well. Overview images created within the geodatabase are owned and managed by the mosaic dataset. These managed overview images are always deleted along with the corres?G?^??

Returns:
The pbDeleteOverviewImages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRemoveUnreferencedInstances

void setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.

Parameters:
pbRemoveUnreferencedInstances - The pbRemoveUnreferencedInstances (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRemoveUnreferencedInstances

boolean isRemoveUnreferencedInstances()
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.

Returns:
The pbRemoveUnreferencedInstances
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTouchAffectedOverviewItems

void setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems)
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.

Parameters:
pbTouchAffectedOverviewItems - The pbTouchAffectedOverviewItems (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTouchAffectedOverviewItems

boolean isTouchAffectedOverviewItems()
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.

Returns:
The pbTouchAffectedOverviewItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRemoveBrokenItemsOnly

void setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether only catalog items with broken paths are removed.

Parameters:
pbRemoveBrokenItemsOnly - The pbRemoveBrokenItemsOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRemoveBrokenItemsOnly

boolean isRemoveBrokenItemsOnly()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether only catalog items with broken paths are removed.

Returns:
The pbRemoveBrokenItemsOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.