com.esri.arcgis.geoprocessing
Interface IGPTableView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureLayer, GPRasterCatalogLayer, GPTableView, IGPTableViewProxy

public interface IGPTableView
extends java.io.Serializable

COM Interface 'IGPTableView'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing table view object.' 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 IID54b87a95_1bd1_42b6_addf_6dab68ba8f56
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.String getNameString()
          The name string.
 java.lang.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(java.lang.String pNamestring)
          The name string.
 void setWhereClause(java.lang.String pWhereClause)
          The where clause of the feature layer.
 

Field Detail

IID54b87a95_1bd1_42b6_addf_6dab68ba8f56

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

getNameString

java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
The name string.

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

setNameString

void setNameString(java.lang.String pNamestring)
                   throws java.io.IOException,
                          AutomationException
The name string.

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

getDETable

IDETable getDETable()
                    throws java.io.IOException,
                           AutomationException
The table of the table view.

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

setDETableByRef

void setDETableByRef(IDETable ppDETable)
                     throws java.io.IOException,
                            AutomationException
The table of the table view.

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

getFieldInfo

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

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

setFieldInfoByRef

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

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

getWhereClause

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

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

setWhereClause

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

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

getFIDSet

IFIDSet getFIDSet()
                  throws java.io.IOException,
                         AutomationException
The selection set of the table view.

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

setFIDSetByRef

void setFIDSetByRef(IFIDSet ppFIDSet)
                    throws java.io.IOException,
                           AutomationException
The selection set of the table view.

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

addToFIDSet

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

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