public interface IDimensionalDefinition
extends java.io.Serializable
Description: 'Provides access to members that define a multidimensional value 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID30e433e7_f5b1_4595_93fc_e3a3a16e1889 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDimensionName()
A string defining the name of the dimension.
|
IDoubleArray |
getMaximumValues()
The array of maximum values for this dimension.
|
IDoubleArray |
getMinimumValues()
The array of minimum values for this dimension.
|
IPropertySet |
getProperties()
Additional properties associated with a dimensional definition.
|
java.lang.String |
getVariableName()
A string defining the name of the variable.
|
void |
setDimensionName(java.lang.String pDimension)
A string defining the name of the dimension.
|
void |
setMaximumValuesByRef(IDoubleArray ppValues)
The array of maximum values for this dimension.
|
void |
setMinimumValuesByRef(IDoubleArray ppValues)
The array of minimum values for this dimension.
|
void |
setPropertiesByRef(IPropertySet ppProperties)
Additional properties associated with a dimensional definition.
|
void |
setVariableName(java.lang.String pVariable)
A string defining the name of the variable.
|
static final int IID30e433e7_f5b1_4595_93fc_e3a3a16e1889
static final int xxDummy
static final java.lang.String IID
void setVariableName(java.lang.String pVariable) throws java.io.IOException, AutomationException
pVariable
- The pVariable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVariableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionName(java.lang.String pDimension) throws java.io.IOException, AutomationException
pDimension
- The pDimension (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDimensionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumValuesByRef(IDoubleArray ppValues) throws java.io.IOException, AutomationException
ppValues
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getMinimumValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumValuesByRef(IDoubleArray ppValues) throws java.io.IOException, AutomationException
ppValues
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getMaximumValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.