public interface IRasterTypeName
extends java.io.Serializable
Description: 'Provides access to members that control a raster type name.' 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 |
IID3de899f9_7c59_4d03_9afa_5f526398a6b5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getInstanceID()
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
|
IMosaicDatasetName |
getMosaicDatasetName()
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
|
java.lang.String |
getName()
The string representation of the raster type object.
|
void |
setInstanceID(int pInstanceID)
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.
|
void |
setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName)
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.
|
void |
setName(java.lang.String pName)
The string representation of the raster type object.
|
static final int IID3de899f9_7c59_4d03_9afa_5f526398a6b5
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName) throws java.io.IOException, AutomationException
ppMosaicDatasetName
- A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicDatasetName getMosaicDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInstanceID(int pInstanceID) throws java.io.IOException, AutomationException
pInstanceID
- The pInstanceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInstanceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.