com.esri.arcgis.datasourcesraster
Interface IImageViewOperationParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageViewOperationParametersProxy, ImageViewOperationParameters

public interface IImageViewOperationParameters
extends java.io.Serializable

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

Description: 'Provides access to members that control parameters to an operation on 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 IID9cf99e96_a05c_409d_b194_486a73f0b731
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isRemoveOrphanItems()
          Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.
 boolean isUpdateMembership()
          Indicates whether the view membership table associated with the mosaic dataset is updated.
 void setRemoveOrphanItems(boolean pbRemoveOrphanItems)
          Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.
 void setUpdateMembership(boolean pbUpdateMembership)
          Indicates whether the view membership table associated with the mosaic dataset is updated.
 

Field Detail

IID9cf99e96_a05c_409d_b194_486a73f0b731

static final int IID9cf99e96_a05c_409d_b194_486a73f0b731
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

setUpdateMembership

void setUpdateMembership(boolean pbUpdateMembership)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the view membership table associated with the mosaic dataset is updated.

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

isUpdateMembership

boolean isUpdateMembership()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the view membership table associated with the mosaic dataset is updated.

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

setRemoveOrphanItems

void setRemoveOrphanItems(boolean pbRemoveOrphanItems)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.

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

isRemoveOrphanItems

boolean isRemoveOrphanItems()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.

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