public interface IRasterDataset2 extends IRasterDataset, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID76aa6a59_25b4_4f26_9079_7a634759fed9 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7aca3d01_0629_11d2_8d24_0000f8780535
Modifier and Type | Method and Description |
---|---|
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.
|
basicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStats
static final int IID76aa6a59_25b4_4f26_9079_7a634759fed9
static final int xxDummy
static final java.lang.String IID
IRaster createRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster createFullRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.