com.esri.arcgis.geodatabase
Interface IRasterDef2

All Superinterfaces:
IRasterDef, java.io.Serializable
All Known Subinterfaces:
IRasterDef3
All Known Implementing Classes:
IRasterDef2Proxy, IRasterDef3Proxy, RasterDef

public interface IRasterDef2
extends IRasterDef, java.io.Serializable

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

Description: 'Provides access to members that control raster column definition.' 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 IID16c76984_e0e8_4112_80c9_e052c9b9c9d2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDef
IIDcdba994f_8f18_4abe_8a39_502bed07265e
 
Method Summary
 boolean isFunction()
          Indicates if the Raster column value stores function dataset.
 void setIsFunction(boolean pIsFunction)
          Indicates if the Raster column value stores function dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDef
getDescription, getSpatialReference, isManaged, isRasterDataset, setDescription, setIsManaged, setIsRasterDataset, setSpatialReferenceByRef
 

Field Detail

IID16c76984_e0e8_4112_80c9_e052c9b9c9d2

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

isFunction

boolean isFunction()
                   throws java.io.IOException,
                          AutomationException
Indicates if the Raster column value stores function dataset.

Returns:
The pIsFunction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsFunction

void setIsFunction(boolean pIsFunction)
                   throws java.io.IOException,
                          AutomationException
Indicates if the Raster column value stores function dataset.

Parameters:
pIsFunction - The pIsFunction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.