|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFeatureLayer
Provides access to the properties/methods of a geoprocessing feature layer object.
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 |
---|
IDEFeatureClass getDEFeatureClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDEFeatureClassByRef(IDEFeatureClass ppDEFeatureClass) throws IOException, AutomationException
ppDEFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IDEFeatureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFieldInfo getFieldInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldInfoByRef(IGPFieldInfo fieldMap) throws IOException, AutomationException
fieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet getFIDSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFIDSetByRef(IFIDSet ppFIDSet) throws IOException, AutomationException
ppFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWhereClause() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(String pWhereClause) throws IOException, AutomationException
pWhereClause
- The pWhereClause (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addToFIDSet(int oid) throws IOException, AutomationException
oid
- The oid (in)
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 |