public interface IMultidimensionalRaster2 extends IMultidimensionalRaster, java.io.Serializable
Description: 'Provides access to members that control a multidimensional raster.' 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 |
IIDc733aa49_c849_40fc_9054_9e6d0bb02cb0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc36cb5b7_ecee_429a_9856_56513b04dc06
Modifier and Type | Method and Description |
---|---|
IPixelBlock |
createPixelBlock(int nCols,
int nRows,
int nSlices)
Create a multidimensional pixel block.
|
IArray |
createRasters()
Creates an array of rasters from a multidimensional raster.
|
int |
getLayout()
The multidimensional raster layout.
|
IMultidimensionalInfo |
getMultidimensionalInfo()
The multidimensional object describing the mosaic dataset.
|
int |
getRasterCount()
The number of rasters (slices).
|
IEnumRaster |
getRasters()
All dimension rasters.
|
IMultidimensionalDefinition |
getSlice(int index)
The slice at a given slice number (index).
|
IStringArray |
getVariables()
The variable names.
|
boolean |
isIgnoreMultidimensionalRules()
Indicates whether the raster is subject to multidimensional algebra rules.
|
boolean |
isMultidimensional()
Indicates whether this raster is multidimensional.
|
void |
setIgnoreMultidimensionalRules(boolean ignoreRules)
Indicates whether the raster is subject to multidimensional algebra rules.
|
getMultidimensionalDefinition, setMultidimensionalDefinitionByRef
static final int IIDc733aa49_c849_40fc_9054_9e6d0bb02cb0
static final int xxDummy
static final java.lang.String IID
IMultidimensionalInfo getMultidimensionalInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRaster getRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray createRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRasterCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelBlock createPixelBlock(int nCols, int nRows, int nSlices) throws java.io.IOException, AutomationException
nCols
- The nCols (in)nRows
- The nRows (in)nSlices
- The nSlices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIgnoreMultidimensionalRules() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIgnoreMultidimensionalRules(boolean ignoreRules) throws java.io.IOException, AutomationException
ignoreRules
- The ignoreRules (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMultidimensional() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMultidimensionalDefinition getSlice(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.