com.esri.arcgis.geoprocessing
Interface IGPFeatureRecordSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureRecordSetLayer, IGPFeatureRecordSetProxy

public interface IGPFeatureRecordSet
extends java.io.Serializable

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

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 IIDff17ec66_8c89_4fbb_882d_483f4dd37065
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getShapeFieldName()
          The shape field name.
 void setShapeFieldName(java.lang.String name)
          The shape field name.
 

Field Detail

IIDff17ec66_8c89_4fbb_882d_483f4dd37065

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

getShapeFieldName

java.lang.String getShapeFieldName()
                                   throws java.io.IOException,
                                          AutomationException
The shape field name.

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

setShapeFieldName

void setShapeFieldName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
The shape field name.

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