|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPTableView
Provides access to the properties/methods of a geoprocessing table view object.
Method Summary | |
---|---|
void |
addToFIDSet(int oid)
Add on OID to the FIDSet of the feature layer. |
IDETable |
getDETable()
The table of the table view. |
IFIDSet |
getFIDSet()
The selection set of the table view. |
IGPFieldInfo |
getFieldInfo()
The field info of the feature layer. |
String |
getNameString()
The name string. |
String |
getWhereClause()
The where clause of the feature layer. |
void |
setDETableByRef(IDETable ppDETable)
The table of the table view. |
void |
setFIDSetByRef(IFIDSet ppFIDSet)
The selection set of the table view. |
void |
setFieldInfoByRef(IGPFieldInfo fieldMap)
The field info of the feature layer. |
void |
setNameString(String pNamestring)
The name string. |
void |
setWhereClause(String pWhereClause)
The where clause of the feature layer. |
Method Detail |
---|
String getNameString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNameString(String pNamestring) throws IOException, AutomationException
pNamestring
- The pNamestring (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDETable getDETable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDETableByRef(IDETable ppDETable) throws IOException, AutomationException
ppDETable
- A reference to a com.esri.arcgis.geodatabase.IDETable (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.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.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.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 |