public interface IRasterWorkspace4
extends java.io.Serializable
Description: 'Provides access to additional members that control a raster workspace.' 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 |
IID2eeb0761_2d5a_459b_8b71_c19a810fb896 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterDataset |
createRasterDataset(java.lang.String name,
java.lang.String format,
IPoint pOrigin,
int nCols,
int nRows,
double dx,
double dy,
int nBands,
int pixelType,
ISpatialReference spatialReference,
boolean permanent,
IRasterStorageDef pStorageDef,
java.lang.String configKeyword)
Creates a RasterDataset in the workspace given its name.
|
static final int IID2eeb0761_2d5a_459b_8b71_c19a810fb896
static final int xxDummy
static final java.lang.String IID
IRasterDataset createRasterDataset(java.lang.String name, java.lang.String format, IPoint pOrigin, int nCols, int nRows, double dx, double dy, int nBands, int pixelType, ISpatialReference spatialReference, boolean permanent, IRasterStorageDef pStorageDef, java.lang.String configKeyword) throws java.io.IOException, AutomationException
name
- The name (in)format
- The format (in)pOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)nCols
- The nCols (in)nRows
- The nRows (in)dx
- The dx (in)dy
- The dy (in)nBands
- The nBands (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)permanent
- The permanent (in)pStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.