public interface IMultidimensionalDataset2 extends IMultidimensionalDataset, java.io.Serializable
Description: 'Provides access to members that control a multidimensional dataset.' 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 |
IID2f7f4dcc_1358_4221_a700_74a53ede0860 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID54cea947_0da1_4efd_ae5a_119e15af7db4
Modifier and Type | Method and Description |
---|---|
void |
addDimension(java.lang.String bsVariableName,
java.lang.String bsDimensionName,
double dimensionValue,
IPropertySet pAttributes)
Adds a new dimension for a given variable.
|
void |
removeVariable(java.lang.String bsVariableName)
Removes all attributes, dimensions, and dimension values associated with the specified variable.
|
void |
renameVariable(java.lang.String name,
java.lang.String newname,
IPropertySet pAttributes)
Renames a specified variable and assign a new set of variable attributes.
|
constructQueryExpression, getMultidimensionalInfo, isMultidimensional, setMultidimensionalInfoByRef
static final int IID2f7f4dcc_1358_4221_a700_74a53ede0860
static final int xxDummy
static final java.lang.String IID
void renameVariable(java.lang.String name, java.lang.String newname, IPropertySet pAttributes) throws java.io.IOException, AutomationException
name
- The name (in)newname
- The newname (in)pAttributes
- 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.void removeVariable(java.lang.String bsVariableName) throws java.io.IOException, AutomationException
bsVariableName
- The bsVariableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addDimension(java.lang.String bsVariableName, java.lang.String bsDimensionName, double dimensionValue, IPropertySet pAttributes) throws java.io.IOException, AutomationException
bsVariableName
- The bsVariableName (in)bsDimensionName
- The bsDimensionName (in)dimensionValue
- The dimensionValue (in)pAttributes
- 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.