|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeName
Provides access to members that control a raster type name.
Method Summary | |
---|---|
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. |
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(String pName)
The string representation of the raster type object. |
Method Detail |
---|
void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName) throws IOException, AutomationException
ppMosaicDatasetName
- A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDatasetName getMosaicDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInstanceID(int pInstanceID) throws IOException, AutomationException
pInstanceID
- The pInstanceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInstanceID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |