com.esri.arcgis.geodatabase
Interface IField2

All Superinterfaces:
IField, Serializable
All Known Implementing Classes:
Field

public interface IField2
extends IField, Serializable

Provides access to members that return information about the field including raster column definition.

Description

IField2 interface provides access to a raster field.

Product Availability

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


Method Summary
 IRasterDef getRasterDef()
          The raster column definition.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IField
checkValue, getAliasName, getDefaultValue, getDomain, getGeometryDef, getLength, getName, getPrecision, getScale, getType, getVarType, isDomainFixed, isEditable, isNullable, isRequired
 

Method Detail

getRasterDef

IRasterDef getRasterDef()
                        throws IOException,
                               AutomationException
The raster column definition.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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