public interface IDimensionalDefinition2 extends IDimensionalDefinition, 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 |
IID52a4a28e_eca0_4172_a577_da414be8a11b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID30e433e7_f5b1_4595_93fc_e3a3a16e1889
Modifier and Type | Method and Description |
---|---|
int |
getSliceID()
The slice ID.
|
IDimensionalDefinition |
intersect(IDimensionalDefinition pDef)
Intersect two dimensional definitions.
|
void |
intersects(IDimensionalDefinition pDef,
float[] coverage)
Test if it intersects with another dimensional definition.
|
void |
setSliceID(int sliceID)
The slice ID.
|
IDimensionalDefinition |
union(IDimensionalDefinition pDef)
Union two dimensional definitions.
|
getDimensionName, getMaximumValues, getMinimumValues, getProperties, getVariableName, setDimensionName, setMaximumValuesByRef, setMinimumValuesByRef, setPropertiesByRef, setVariableName
static final int IID52a4a28e_eca0_4172_a577_da414be8a11b
static final int xxDummy
static final java.lang.String IID
IDimensionalDefinition intersect(IDimensionalDefinition pDef) throws java.io.IOException, AutomationException
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDimensionalDefinition union(IDimensionalDefinition pDef) throws java.io.IOException, AutomationException
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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.void intersects(IDimensionalDefinition pDef, float[] coverage) throws java.io.IOException, AutomationException
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (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.