com.esri.arcgis.geodatabase
Interface IRasterWorkspace4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterWorkspace4Proxy

public interface IRasterWorkspace4
extends java.io.Serializable

COM Interface 'IRasterWorkspace4'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2eeb0761_2d5a_459b_8b71_c19a810fb896
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID2eeb0761_2d5a_459b_8b71_c19a810fb896

static final int IID2eeb0761_2d5a_459b_8b71_c19a810fb896
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createRasterDataset

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
Creates a RasterDataset in the workspace given its name.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.