com.esri.arcgis.datasourcesraster
Interface IRasterTypeName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterTypeNameProxy, RasterTypeName

public interface IRasterTypeName
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3de899f9_7c59_4d03_9afa_5f526398a6b5
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 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.
 

Field Detail

IID3de899f9_7c59_4d03_9afa_5f526398a6b5

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d?G?^??

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The string representation of the raster type object. This can either be a name of an installed raster type object (like 'Raster Dataset' or 'Landsat 7 ETM+'), or path to a .ART file, or a fully-qualified path to a raster type instanced stored within a mosaic d?G?^??

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

setMosaicDatasetNameByRef

void setMosaicDatasetNameByRef(IMosaicDatasetName ppMosaicDatasetName)
                               throws java.io.IOException,
                                      AutomationException
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.

Parameters:
ppMosaicDatasetName - A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDatasetName

IMosaicDatasetName getMosaicDatasetName()
                                        throws java.io.IOException,
                                               AutomationException
The mosaic dataset name object that stores the raster type instance referenced by this raster type name object.

Returns:
A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInstanceID

void setInstanceID(int pInstanceID)
                   throws java.io.IOException,
                          AutomationException
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.

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

getInstanceID

int getInstanceID()
                  throws java.io.IOException,
                         AutomationException
The object ID within the mosaic dataset of the raster type instance referenced by this raster type name object.

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