com.esri.arcgis.geodatabase
Interface IField2

All Superinterfaces:
IField, java.io.Serializable
All Known Implementing Classes:
Field, IField2Proxy

public interface IField2
extends IField, java.io.Serializable

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

Description: 'Provides access to members that return information about the field including 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 IIDf19f696b_f4f1_4066_9a7f_273754d9dc2a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IField
IIDfcb01cb3_9f0b_11d0_bec7_00805f7c4268
 
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
 

Field Detail

IIDf19f696b_f4f1_4066_9a7f_273754d9dc2a

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

getRasterDef

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

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