com.esri.arcgis.geodatabase
Interface IRasterValue

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterValue2
All Known Implementing Classes:
IRasterValue2Proxy, IRasterValueProxy, RasterValue

public interface IRasterValue
extends java.io.Serializable

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

IID6b2d0243_7100_4e3f_aa02_5ec12daf6980

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

getRasterStorageDef

IRasterStorageDef getRasterStorageDef()
                                      throws java.io.IOException,
                                             AutomationException
The raster storage properties.

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

setRasterStorageDefByRef

void setRasterStorageDefByRef(IRasterStorageDef storageDef)
                              throws java.io.IOException,
                                     AutomationException
The raster storage properties.

Parameters:
storageDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the raster value.

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

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws java.io.IOException,
                           AutomationException
The extent of the raster value.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterDataset

IRasterDataset getRasterDataset()
                                throws java.io.IOException,
                                       AutomationException
The raster dataset of the raster value.

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.

setRasterDatasetByRef

void setRasterDatasetByRef(IRasterDataset dataset)
                           throws java.io.IOException,
                                  AutomationException
The raster dataset of the raster value.

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterDatasetName

IName getRasterDatasetName()
                           throws java.io.IOException,
                                  AutomationException
The raster dataset name of the raster value.

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

setRasterDatasetNameByRef

void setRasterDatasetNameByRef(IName datasetName)
                               throws java.io.IOException,
                                      AutomationException
The raster dataset name of the raster value.

Parameters:
datasetName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRaster

IRaster getRaster()
                  throws java.io.IOException,
                         AutomationException
The raster of the raster value.

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.

setRasterByRef

void setRasterByRef(IRaster raster)
                    throws java.io.IOException,
                           AutomationException
The raster of the raster value.

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

setEmptyRasterDataset

void setEmptyRasterDataset(int nBands,
                           int pixelType)
                           throws java.io.IOException,
                                  AutomationException
Sets up the empty raster dataset.

Parameters:
nBands - The nBands (in)
pixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.