com.esri.arcgis.geoanalyst
Interface IFeatureClassDescriptor

All Superinterfaces:
IGeoDataDescriptor, java.io.Serializable
All Known Implementing Classes:
FeatureClassDescriptor, IFeatureClassDescriptorProxy

public interface IFeatureClassDescriptor
extends IGeoDataDescriptor, java.io.Serializable

COM Interface 'IFeatureClassDescriptor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the FeatureClass descriptor.' 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 IID3297e9ce_93a1_11d2_9f33_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoanalyst.IGeoDataDescriptor
IID18bdbec1_c45c_11d3_9f5e_00c04f8ed1d7
 
Method Summary
 void create(IFeatureClass featureClass, IQueryFilter filter, java.lang.String fieldName)
          Creates a FeatureClass descriptor.
 IFeatureClass getFeatureClass()
          The FeatureClass in the descriptor.
 
Methods inherited from interface com.esri.arcgis.geoanalyst.IGeoDataDescriptor
createFromSelectionSet, getField, getFieldName, getQueryFilter, getSelectionSet
 

Field Detail

IID3297e9ce_93a1_11d2_9f33_00c04f8ed1d7

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

create

void create(IFeatureClass featureClass,
            IQueryFilter filter,
            java.lang.String fieldName)
            throws java.io.IOException,
                   AutomationException
Creates a FeatureClass descriptor.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
filter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
The FeatureClass in the descriptor.

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