public interface IRasterValue
extends java.io.Serializable
Description: 'Provides access to members that control raster value.' 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 |
IID6b2d0243_7100_4e3f_aa02_5ec12daf6980 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnvelope |
getExtent()
The extent of the raster value.
|
IRaster |
getRaster()
The raster of the raster value.
|
IRasterDataset |
getRasterDataset()
The raster dataset of the raster value.
|
IName |
getRasterDatasetName()
The raster dataset name of the raster value.
|
IRasterStorageDef |
getRasterStorageDef()
The raster storage properties.
|
void |
setEmptyRasterDataset(int nBands,
int pixelType)
Sets up the empty raster dataset.
|
void |
setExtentByRef(IEnvelope extent)
The extent of the raster value.
|
void |
setRasterByRef(IRaster raster)
The raster of the raster value.
|
void |
setRasterDatasetByRef(IRasterDataset dataset)
The raster dataset of the raster value.
|
void |
setRasterDatasetNameByRef(IName datasetName)
The raster dataset name of the raster value.
|
void |
setRasterStorageDefByRef(IRasterStorageDef storageDef)
The raster storage properties.
|
static final int IID6b2d0243_7100_4e3f_aa02_5ec12daf6980
static final int xxDummy
static final java.lang.String IID
IRasterStorageDef getRasterStorageDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterStorageDefByRef(IRasterStorageDef storageDef) throws java.io.IOException, AutomationException
storageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetByRef(IRasterDataset dataset) throws java.io.IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getRasterDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetNameByRef(IName datasetName) throws java.io.IOException, AutomationException
datasetName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(IRaster raster) throws java.io.IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEmptyRasterDataset(int nBands, int pixelType) throws java.io.IOException, AutomationException
nBands
- The nBands (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.