com.esri.arcgis.datasourcesraster
Interface IRasterDatasetContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FunctionRasterDataset, IRasterDatasetContainerProxy

public interface IRasterDatasetContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control subdatasets.' 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 IIDeff39177_b690_40a3_bf51_59cea71fd197
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterDataset getSubRasterDatasetByID(int subdatasetID)
          The given subdataset by id.
 IRasterDataset getSubRasterDatasetByName(java.lang.String subdatasetName)
          The given subdataset by name.
 java.lang.String getSubRasterDatasetCompleteName(int subdatasetID)
          The given subdataset's complete name.
 int getSubRasterDatasetCount()
          The number of subdatasets.
 IName getSubRasterDatasetFullName(int subdatasetID)
          The given subdataset's full name.
 java.lang.String getSubRasterDatasetName(int subdatasetID)
          The given subdataset's name.
 boolean isDynamic()
          Indicates the collection is dynamic.
 

Field Detail

IIDeff39177_b690_40a3_bf51_59cea71fd197

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

isDynamic

boolean isDynamic()
                  throws java.io.IOException,
                         AutomationException
Indicates the collection is dynamic.

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

getSubRasterDatasetCount

int getSubRasterDatasetCount()
                             throws java.io.IOException,
                                    AutomationException
The number of subdatasets.

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

getSubRasterDatasetName

java.lang.String getSubRasterDatasetName(int subdatasetID)
                                         throws java.io.IOException,
                                                AutomationException
The given subdataset's name.

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

getSubRasterDatasetCompleteName

java.lang.String getSubRasterDatasetCompleteName(int subdatasetID)
                                                 throws java.io.IOException,
                                                        AutomationException
The given subdataset's complete name.

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

getSubRasterDatasetFullName

IName getSubRasterDatasetFullName(int subdatasetID)
                                  throws java.io.IOException,
                                         AutomationException
The given subdataset's full name.

Parameters:
subdatasetID - The subdatasetID (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubRasterDatasetByID

IRasterDataset getSubRasterDatasetByID(int subdatasetID)
                                       throws java.io.IOException,
                                              AutomationException
The given subdataset by id.

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

getSubRasterDatasetByName

IRasterDataset getSubRasterDatasetByName(java.lang.String subdatasetName)
                                         throws java.io.IOException,
                                                AutomationException
The given subdataset by name.

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