com.esri.arcgis.geodatabase
Interface IRasterDef2

All Superinterfaces:
IRasterDef, Serializable
All Known Implementing Classes:
RasterDef

public interface IRasterDef2
extends IRasterDef, Serializable

Provides access to members that control raster column definition.

Product Availability

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


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, setDescription, setIsManaged, setSpatialReferenceByRef
 

Method Detail

isFunction

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

Product Availability

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

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

setIsFunction

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

Product Availability

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

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