public interface IMultidimensionalInfo2 extends IMultidimensionalInfo, java.io.Serializable
Description: 'Provides access to members that control a multidimensional info 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 |
IID63236e74_1ef4_473d_a28b_0d0cdcd3274d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID583c9454_50f0_4def_bad5_c9b39add39d2
Modifier and Type | Method and Description |
---|---|
void |
filter(IMultidimensionalDefinition pMdDef)
Update the object based on the specified filter.
|
IPropertySet |
getAttributes()
Global attributes associated with a dimensional definition.
|
IArray |
getSlices()
Construct an array of multidimensional filters (one multidimensional definition per slice.)
|
void |
renameDimension(java.lang.String bsOldDimensionName,
java.lang.String bsNewDimensionName,
java.lang.String bsVariableName)
Renames a dimension associated with the specified variable.
|
void |
setAttributesByRef(IPropertySet ppProperties)
Global attributes associated with a dimensional definition.
|
add, addDimensionValue, convertDimensionValueToString, convertStringToDimensionValue, defineDimension, defineVariable, getDimensionAttributes, getDimensionNames, getDimensionValues, getVariableAttributes, getVariableNames, putDimensionValues, removeDimension, removeVariable
static final int IID63236e74_1ef4_473d_a28b_0d0cdcd3274d
static final int xxDummy
static final java.lang.String IID
void setAttributesByRef(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 getAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void renameDimension(java.lang.String bsOldDimensionName, java.lang.String bsNewDimensionName, java.lang.String bsVariableName) throws java.io.IOException, AutomationException
bsOldDimensionName
- The bsOldDimensionName (in)bsNewDimensionName
- The bsNewDimensionName (in)bsVariableName
- The bsVariableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void filter(IMultidimensionalDefinition pMdDef) throws java.io.IOException, AutomationException
pMdDef
- 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.IArray getSlices() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.