com.esri.arcgis.geodatabase
Interface IRasterDataset2

All Superinterfaces:
IRasterDataset, java.io.Serializable
All Known Subinterfaces:
IRasterDataset3
All Known Implementing Classes:
FunctionRasterDataset, IRasterDataset2Proxy, IRasterDataset3Proxy, RasterDataset

public interface IRasterDataset2
extends IRasterDataset, java.io.Serializable

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

Description: 'Provides access to members that control a 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 IID76aa6a59_25b4_4f26_9079_7a634759fed9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDataset
IID7aca3d01_0629_11d2_8d24_0000f8780535
 
Method Summary
 IRaster createFullRaster()
          Creates a raster containing all bands in this raster dataset.
 IRaster createRaster()
          Creates an empty raster.
 boolean isEmpty()
          Indicates whether the raster dataset is empty.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDataset
basicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStats
 

Field Detail

IID76aa6a59_25b4_4f26_9079_7a634759fed9

static final int IID76aa6a59_25b4_4f26_9079_7a634759fed9
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

createRaster

IRaster createRaster()
                     throws java.io.IOException,
                            AutomationException
Creates an empty raster.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFullRaster

IRaster createFullRaster()
                         throws java.io.IOException,
                                AutomationException
Creates a raster containing all bands in this raster dataset.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmpty

boolean isEmpty()
                throws java.io.IOException,
                       AutomationException
Indicates whether the raster dataset is empty.

Returns:
The isEmpty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.