com.esri.arcgis.geodatabase
Interface IRasterValue2

All Superinterfaces:
IRasterValue, Serializable
All Known Implementing Classes:
RasterValue

public interface IRasterValue2
extends IRasterValue, Serializable

Provides access to additional members that control a raster value.

Description

IRasterValue2 provides the access to the persisted xform information about the RasterValue

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IRasterValue2, IRasterValue, IRasterStorageDef2, IRasterStorageDef

Method Summary
 IGeodataXform getPersistXform()
          The geodata transformation to be persisted.
 void setPersistXformByRef(IGeodataXform xform)
          The geodata transformation to be persisted.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterValue
getExtent, getRaster, getRasterDataset, getRasterDatasetName, getRasterStorageDef, setEmptyRasterDataset, setExtentByRef, setRasterByRef, setRasterDatasetByRef, setRasterDatasetNameByRef, setRasterStorageDefByRef
 

Method Detail

getPersistXform

IGeodataXform getPersistXform()
                              throws IOException,
                                     AutomationException
The geodata transformation to be persisted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPersistXformByRef

void setPersistXformByRef(IGeodataXform xform)
                          throws IOException,
                                 AutomationException
The geodata transformation to be persisted.

Description

Set the geodata transformation information to the rastervalue, the raster will be stored in native coordinate system, and the geodata transformation is stored separately, when the raster is accessed, rasters in both native coordinate system and transformed system can be accessed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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