public interface IMultidimensionalDefinition2
extends java.io.Serializable
Description: 'Provides access to the MultidimensionalDefinition Interface.' 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 |
IID472dd2cd_c4e8_48e9_90a2_fbcc22bec75c |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeRecurringTimeIntervals(IMultidimensionalInfo pMdInfo,
IMultidimensionalDefinition ppMdDef)
Compute Recurring Time Intervals.
|
IStringArray |
getDimensions()
The list of dimension names.
|
int |
getID()
The ID.
|
IDimensionalDefinition |
getRangeDefinition()
The dimension definition defining a value range.
|
int |
getSliceID()
The slice ID.
|
void |
getVariableName(java.lang.String[] pVariable)
The one variable name.
|
void |
intersects(IMultidimensionalDefinition pMdDef,
float[] coverage)
Test if it intersects with another multidimensional definition.
|
double |
meanValue(java.lang.String dimension)
The mean value for a given dimension.
|
void |
remove(java.lang.String variable,
java.lang.String dimension)
Remove a dimension info of a given variable and dimension.
|
void |
setID(int iD)
The ID.
|
void |
setSliceID(int sliceID)
The slice ID.
|
void |
snap(IMultidimensionalInfo pMdInfo,
java.lang.String variable,
int[] pSliceCount)
Snap dimension values to a given multidimensional info.
|
static final int IID472dd2cd_c4e8_48e9_90a2_fbcc22bec75c
static final int xxDummy
static final java.lang.String IID
int getSliceID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSliceID(int sliceID)
throws java.io.IOException,
AutomationException
sliceID - The sliceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double meanValue(java.lang.String dimension)
throws java.io.IOException,
AutomationException
dimension - The dimension (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void remove(java.lang.String variable,
java.lang.String dimension)
throws java.io.IOException,
AutomationException
variable - The variable (in)dimension - The dimension (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IStringArray getDimensions() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void computeRecurringTimeIntervals(IMultidimensionalInfo pMdInfo, IMultidimensionalDefinition ppMdDef) throws java.io.IOException, AutomationException
pMdInfo - A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)ppMdDef - 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.void snap(IMultidimensionalInfo pMdInfo, java.lang.String variable, int[] pSliceCount) throws java.io.IOException, AutomationException
pMdInfo - A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)variable - The variable (in)pSliceCount - The pSliceCount (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IDimensionalDefinition getRangeDefinition() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void intersects(IMultidimensionalDefinition pMdDef, float[] coverage) throws java.io.IOException, AutomationException
pMdDef - A reference to a com.esri.arcgis.datasourcesraster.IMultidimensionalDefinition (in)coverage - The coverage (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getVariableName(java.lang.String[] pVariable)
throws java.io.IOException,
AutomationException
pVariable - The pVariable (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setID(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.