com.esri.arcgis.geoprocessing
Interface IGPFeatureLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFeatureLayer

public interface IGPFeatureLayer
extends Serializable

Provides access to the properties/methods of a geoprocessing feature layer object.

Product Availability

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


Method Summary
 void addToFIDSet(int oid)
          Add on OID to the FIDSet of the feature layer.
 IDEFeatureClass getDEFeatureClass()
          The feature class of the feature layer.
 IFIDSet getFIDSet()
          The selection set of the feature layer.
 IGPFieldInfo getFieldInfo()
          The field info of the feature layer.
 String getWhereClause()
          The where clause of the feature layer.
 void setDEFeatureClassByRef(IDEFeatureClass ppDEFeatureClass)
          The feature class of the feature layer.
 void setFIDSetByRef(IFIDSet ppFIDSet)
          The selection set of the feature layer.
 void setFieldInfoByRef(IGPFieldInfo fieldMap)
          The field info of the feature layer.
 void setWhereClause(String pWhereClause)
          The where clause of the feature layer.
 

Method Detail

getDEFeatureClass

IDEFeatureClass getDEFeatureClass()
                                  throws IOException,
                                         AutomationException
The feature class of the feature layer.

Product Availability

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

Supported Platforms

Windows

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

setDEFeatureClassByRef

void setDEFeatureClassByRef(IDEFeatureClass ppDEFeatureClass)
                            throws IOException,
                                   AutomationException
The feature class of the feature layer.

Product Availability

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

Parameters:
ppDEFeatureClass - A reference to a com.esri.arcgis.geodatabase.IDEFeatureClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldInfo

IGPFieldInfo getFieldInfo()
                          throws IOException,
                                 AutomationException
The field info of the feature layer.

Product Availability

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

Supported Platforms

Windows

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

setFieldInfoByRef

void setFieldInfoByRef(IGPFieldInfo fieldMap)
                       throws IOException,
                              AutomationException
The field info of the feature layer.

Product Availability

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

Parameters:
fieldMap - A reference to a com.esri.arcgis.geoprocessing.IGPFieldInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFIDSet

IFIDSet getFIDSet()
                  throws IOException,
                         AutomationException
The selection set of the feature layer.

Product Availability

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

Supported Platforms

Windows

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

setFIDSetByRef

void setFIDSetByRef(IFIDSet ppFIDSet)
                    throws IOException,
                           AutomationException
The selection set of the feature layer.

Product Availability

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

Parameters:
ppFIDSet - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

String getWhereClause()
                      throws IOException,
                             AutomationException
The where clause of the feature layer.

Product Availability

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

Supported Platforms

Windows

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

setWhereClause

void setWhereClause(String pWhereClause)
                    throws IOException,
                           AutomationException
The where clause of the feature layer.

Product Availability

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

Supported Platforms

Windows

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

addToFIDSet

void addToFIDSet(int oid)
                 throws IOException,
                        AutomationException
Add on OID to the FIDSet of the feature layer.

Product Availability

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

Supported Platforms

Windows

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