com.esri.arcgis.datasourcesraster
Interface IMultidimensionalDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultidimensionalDatasetProxy, MosaicDataset

public interface IMultidimensionalDataset
extends java.io.Serializable

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

Description: 'Provides access to members that control a multidimensional dataset.' 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 IID54cea947_0da1_4efd_ae5a_119e15af7db4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String constructQueryExpression(IMultidimensionalDefinition pMultidimensionalDefinition)
          Returns a query expression from an array of IDimensionalDefinition objects.
 IMultidimensionalInfo getMultidimensionalInfo()
          The multidimensional object describing the mosaic dataset.
 boolean isMultidimensional()
          Indicates whether the dataset is multidimensional.
 void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo)
          The multidimensional object describing the mosaic dataset.
 

Field Detail

IID54cea947_0da1_4efd_ae5a_119e15af7db4

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

setMultidimensionalInfoByRef

void setMultidimensionalInfoByRef(IMultidimensionalInfo ppMultidimensionalInfo)
                                  throws java.io.IOException,
                                         AutomationException
The multidimensional object describing the mosaic dataset.

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

getMultidimensionalInfo

IMultidimensionalInfo getMultidimensionalInfo()
                                              throws java.io.IOException,
                                                     AutomationException
The multidimensional object describing the mosaic dataset.

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

isMultidimensional

boolean isMultidimensional()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the dataset is multidimensional.

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

constructQueryExpression

java.lang.String constructQueryExpression(IMultidimensionalDefinition pMultidimensionalDefinition)
                                          throws java.io.IOException,
                                                 AutomationException
Returns a query expression from an array of IDimensionalDefinition objects.

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