com.esri.arcgis.datasourcesraster
Interface IDimensionalDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionalDefinition, IDimensionalDefinitionProxy

public interface IDimensionalDefinition
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID30e433e7_f5b1_4595_93fc_e3a3a16e1889
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID30e433e7_f5b1_4595_93fc_e3a3a16e1889

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

setVariableName

void setVariableName(java.lang.String pVariable)
                     throws java.io.IOException,
                            AutomationException
A string defining the name of the variable. This property is optional.

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

getVariableName

java.lang.String getVariableName()
                                 throws java.io.IOException,
                                        AutomationException
A string defining the name of the variable. This property is optional.

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

setDimensionName

void setDimensionName(java.lang.String pDimension)
                      throws java.io.IOException,
                             AutomationException
A string defining the name of the dimension.

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

getDimensionName

java.lang.String getDimensionName()
                                  throws java.io.IOException,
                                         AutomationException
A string defining the name of the dimension.

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

setMinimumValuesByRef

void setMinimumValuesByRef(IDoubleArray ppValues)
                           throws java.io.IOException,
                                  AutomationException
The array of minimum values for this dimension.

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

getMinimumValues

IDoubleArray getMinimumValues()
                              throws java.io.IOException,
                                     AutomationException
The array of minimum values for this dimension.

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

setMaximumValuesByRef

void setMaximumValuesByRef(IDoubleArray ppValues)
                           throws java.io.IOException,
                                  AutomationException
The array of maximum values for this dimension. These values are optional

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

getMaximumValues

IDoubleArray getMaximumValues()
                              throws java.io.IOException,
                                     AutomationException
The array of maximum values for this dimension. These values are optional

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

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppProperties)
                        throws java.io.IOException,
                               AutomationException
Additional properties associated with a dimensional definition.

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Additional properties associated with a dimensional definition.

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