com.esri.arcgis.geoprocessing
Interface IGPFeatureLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureLayer, IGPFeatureLayerProxy

public interface IGPFeatureLayer
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing feature layer 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 IID067b4f1a_9064_4c95_aaea_61598683c1df
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.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(java.lang.String pWhereClause)
          The where clause of the feature layer.
 

Field Detail

IID067b4f1a_9064_4c95_aaea_61598683c1df

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

getDEFeatureClass

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

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

setDEFeatureClassByRef

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

Parameters:
ppDEFeatureClass - A reference to a com.esri.arcgis.geodatabase.IDEFeatureClass (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.

getFIDSet

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

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 feature layer.

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.

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.

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.