|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureClassDescriptor
Provides access to members that control the FeatureClass descriptor.
Method Summary | |
---|---|
void |
create(IFeatureClass featureClass,
IQueryFilter filter,
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 |
Method Detail |
---|
void create(IFeatureClass featureClass, IQueryFilter filter, String fieldName) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getFeatureClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |