com.esri.arcgis.geodatabase
Interface IRasterValue2

All Superinterfaces:
IRasterValue, java.io.Serializable
All Known Implementing Classes:
IRasterValue2Proxy, RasterValue

public interface IRasterValue2
extends IRasterValue, java.io.Serializable

COM Interface 'IRasterValue2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to additional members that control a 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 IID4f128505_c63b_474b_9167_a92c8a90536a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterValue
IID6b2d0243_7100_4e3f_aa02_5ec12daf6980
 
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
 

Field Detail

IID4f128505_c63b_474b_9167_a92c8a90536a

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

getPersistXform

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

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

setPersistXformByRef

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

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