public interface IImageViewOperation
extends java.io.Serializable
Description: 'Provides access to operations that control image views associated with 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID44ce3e2d_7a9e_48df_b0dc_15406500b1bb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
expandImageView(java.lang.String sViewID,
IBasicImageView pImageView,
IFIDSet pMemberItemFIDs,
IImageViewOperationParameters pParameters)
Adds new members to the specified image view.
|
IBasicImageView |
getImageView(java.lang.String sViewID)
Loads the specified image view object.
|
boolean |
isViewMember(int itemID,
java.lang.String sViewID)
Indicates whether specified mosaic dataset item is a member of the specified view.
|
IStringArray |
queryItemViewMembership(int itemID)
Returns a set of names of all views associated with the specified mosaic dataset item.
|
IFIDSet |
queryViewMembers(java.lang.String sViewID)
Returns the OBJECTIDs of mosaic dataset items associated with the specified view.
|
void |
removeImageView(java.lang.String sViewID,
IImageViewOperationParameters pParameters)
Removes the specified image view object.
|
void |
shrinkImageView(java.lang.String sViewID,
IBasicImageView pImageView,
IFIDSet pMemberItemFIDs,
IImageViewOperationParameters pParameters)
Removes members from the specified image view.
|
void |
updateImageView(java.lang.String sViewID,
IBasicImageView pImageView,
IImageViewOperationParameters pParameters)
Updates or adds the specified image view associated with the mosaic dataset.
|
static final int IID44ce3e2d_7a9e_48df_b0dc_15406500b1bb
static final int xxDummy
static final java.lang.String IID
IBasicImageView getImageView(java.lang.String sViewID) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeImageView(java.lang.String sViewID, IImageViewOperationParameters pParameters) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateImageView(java.lang.String sViewID, IBasicImageView pImageView, IImageViewOperationParameters pParameters) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)pImageView
- A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void expandImageView(java.lang.String sViewID, IBasicImageView pImageView, IFIDSet pMemberItemFIDs, IImageViewOperationParameters pParameters) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)pImageView
- A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)pMemberItemFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void shrinkImageView(java.lang.String sViewID, IBasicImageView pImageView, IFIDSet pMemberItemFIDs, IImageViewOperationParameters pParameters) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)pImageView
- A reference to a com.esri.arcgis.datasourcesraster.IBasicImageView (in)pMemberItemFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IImageViewOperationParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isViewMember(int itemID, java.lang.String sViewID) throws java.io.IOException, AutomationException
itemID
- The itemID (in)sViewID
- The sViewID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet queryViewMembers(java.lang.String sViewID) throws java.io.IOException, AutomationException
sViewID
- The sViewID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray queryItemViewMembership(int itemID) throws java.io.IOException, AutomationException
itemID
- The itemID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.