|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterValue
COM Interface 'IRasterValue'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6b2d0243_7100_4e3f_aa02_5ec12daf6980
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID6b2d0243_7100_4e3f_aa02_5ec12daf6980
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |