com.esri.arcgis.carto
Interface IMultidimensionalLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageServerLayer, IMultidimensionalLayerProxy, MosaicLayer

public interface IMultidimensionalLayer
extends java.io.Serializable

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

Description: 'Provides access to members that control the multidimensional definition associated with an object.' 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 IID04472b38_e412_4166_9f62_c1c35150d32b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDimensionDefinitionQuery()
          Dimension definition query for multi-dimensional dataset.
 IMultidimensionalDefinition getMultidimensionalDefinition()
          An array of dimensional value objects.
 java.lang.String getTimeDimensionDefinitionQuery()
          Time definition query for multi-dimensional dataset.
 void setDimensionDefinitionQuery(java.lang.String pDefQuery)
          Dimension definition query for multi-dimensional dataset.
 void setMultidimensionalDefinitionByRef(IMultidimensionalDefinition ppMultidimensionalDefinition)
          An array of dimensional value objects.
 

Field Detail

IID04472b38_e412_4166_9f62_c1c35150d32b

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

getMultidimensionalDefinition

IMultidimensionalDefinition getMultidimensionalDefinition()
                                                          throws java.io.IOException,
                                                                 AutomationException
An array of dimensional value objects.

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

setMultidimensionalDefinitionByRef

void setMultidimensionalDefinitionByRef(IMultidimensionalDefinition ppMultidimensionalDefinition)
                                        throws java.io.IOException,
                                               AutomationException
An array of dimensional value objects.

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

getDimensionDefinitionQuery

java.lang.String getDimensionDefinitionQuery()
                                             throws java.io.IOException,
                                                    AutomationException
Dimension definition query for multi-dimensional dataset.

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

setDimensionDefinitionQuery

void setDimensionDefinitionQuery(java.lang.String pDefQuery)
                                 throws java.io.IOException,
                                        AutomationException
Dimension definition query for multi-dimensional dataset.

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

getTimeDimensionDefinitionQuery

java.lang.String getTimeDimensionDefinitionQuery()
                                                 throws java.io.IOException,
                                                        AutomationException
Time definition query for multi-dimensional dataset.

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