|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultidimensionalLayer
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 |
---|
static final int IID04472b38_e412_4166_9f62_c1c35150d32b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMultidimensionalDefinition getMultidimensionalDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultidimensionalDefinitionByRef(IMultidimensionalDefinition ppMultidimensionalDefinition) throws java.io.IOException, AutomationException
ppMultidimensionalDefinition
- A reference to a com.esri.arcgis.datasourcesraster.IMultidimensionalDefinition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDimensionDefinitionQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDimensionDefinitionQuery(java.lang.String pDefQuery) throws java.io.IOException, AutomationException
pDefQuery
- The pDefQuery (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeDimensionDefinitionQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |