com.esri.arcgis.datasourcesraster
Interface IRasterDatasetJukebox

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDatasetJukeboxProxy, RasterDataset

public interface IRasterDatasetJukebox
extends java.io.Serializable

COM Interface 'IRasterDatasetJukebox'. 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 IID93607a44_e66b_4e6f_bd9b_e34cb8de213e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getSubdataset()
          The current active subdataset.
 int getSubdatasetCount()
          The number of subdatasets.
 java.lang.String getSubdatasetDescription(int subdatasetID)
          The given subdataset description.
 java.lang.String getSubdatasetName(int subdatasetID)
          The given subdataset name.
 void setSubdataset(int pSubdatasetID)
          The current active subdataset.
 

Field Detail

IID93607a44_e66b_4e6f_bd9b_e34cb8de213e

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

getSubdatasetCount

int getSubdatasetCount()
                       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.

getSubdataset

int getSubdataset()
                  throws java.io.IOException,
                         AutomationException
The current active subdataset.

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

setSubdataset

void setSubdataset(int pSubdatasetID)
                   throws java.io.IOException,
                          AutomationException
The current active subdataset.

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

getSubdatasetName

java.lang.String getSubdatasetName(int subdatasetID)
                                   throws java.io.IOException,
                                          AutomationException
The given subdataset 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.

getSubdatasetDescription

java.lang.String getSubdatasetDescription(int subdatasetID)
                                          throws java.io.IOException,
                                                 AutomationException
The given subdataset description.

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