|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFeatureLayer
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 |
---|
static final int IID067b4f1a_9064_4c95_aaea_61598683c1df
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IDEFeatureClass getDEFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDEFeatureClassByRef(IDEFeatureClass ppDEFeatureClass) throws java.io.IOException, AutomationException
ppDEFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IDEFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFieldInfo getFieldInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldInfoByRef(IGPFieldInfo fieldMap) throws java.io.IOException, AutomationException
fieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet getFIDSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFIDSetByRef(IFIDSet ppFIDSet) throws java.io.IOException, AutomationException
ppFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String pWhereClause) throws java.io.IOException, AutomationException
pWhereClause
- The pWhereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addToFIDSet(int oid) throws java.io.IOException, AutomationException
oid
- The oid (in)
java.io.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 |