|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheRasterDatasetHelper
COM Interface 'ICacheRasterDatasetHelper'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control the cache raster 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID87538c60_03ba_4380_890b_296b876dd7d8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRasterDataset |
createRasterDataset(java.lang.String workspacePath,
java.lang.String datasetName,
IPoint pOrigin,
int nCols,
int nRows,
double cellSizeX,
double cellSizeY,
int numBands,
int pixelType,
ISpatialReference pSpatialReference,
IRasterStorageDef pStorageDef,
java.lang.String configKeyword)
Create cache raster dataset |
Field Detail |
---|
static final int IID87538c60_03ba_4380_890b_296b876dd7d8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IRasterDataset createRasterDataset(java.lang.String workspacePath, java.lang.String datasetName, IPoint pOrigin, int nCols, int nRows, double cellSizeX, double cellSizeY, int numBands, int pixelType, ISpatialReference pSpatialReference, IRasterStorageDef pStorageDef, java.lang.String configKeyword) throws java.io.IOException, AutomationException
workspacePath
- The workspacePath (in)datasetName
- The datasetName (in)pOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)nCols
- The nCols (in)nRows
- The nRows (in)cellSizeX
- The cellSizeX (in)cellSizeY
- The cellSizeY (in)numBands
- The numBands (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |