public interface IBasicImageView
extends java.io.Serializable
Description: 'Provides access to members that control an image view 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 |
IIDeee445db_07f7_4fec_baf7_f63251e05569 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addMembers(IFIDSet pMemberIDs)
Add members indicated by their OBJECTIDs to the image view object.
|
java.lang.Object |
getProperty(java.lang.String sName)
Returns the requested key property by name.
|
void |
load(java.lang.Object vtDefinition)
Loads an image view.
|
void |
removeMembers(IFIDSet pMemberIDs)
Remove members indicated by their OBJECTIDs from the image view object.
|
java.lang.Object |
save()
Saves an image view.
|
void |
setProperty(java.lang.String sName,
java.lang.Object vtValue)
Updates the value of the specified key property by name.
|
static final int IIDeee445db_07f7_4fec_baf7_f63251e05569
static final int xxDummy
static final java.lang.String IID
java.lang.Object getProperty(java.lang.String sName) throws java.io.IOException, AutomationException
sName
- The sName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperty(java.lang.String sName, java.lang.Object vtValue) throws java.io.IOException, AutomationException
sName
- The sName (in)vtValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void load(java.lang.Object vtDefinition) throws java.io.IOException, AutomationException
vtDefinition
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object save() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addMembers(IFIDSet pMemberIDs) throws java.io.IOException, AutomationException
pMemberIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeMembers(IFIDSet pMemberIDs) throws java.io.IOException, AutomationException
pMemberIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.