com.esri.arcgis.controls
Interface IARFeatureCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ARFeatureCursor, IARFeatureCursorProxy

public interface IARFeatureCursor
extends java.io.Serializable

COM Interface 'IARFeatureCursor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'

Description: 'Provides access to members that control the enumerated ARFeatureCursor.' 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 DISPID_1_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID782fd13e_138c_4711_a2d0_9787567c2efa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IARFeature nextARFeature()
          Retrieves the next feature in the enumeration sequence.
 

Field Detail

IID782fd13e_138c_4711_a2d0_9787567c2efa

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

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values
Method Detail

nextARFeature

IARFeature nextARFeature()
                         throws java.io.IOException,
                                AutomationException
Retrieves the next feature in the enumeration sequence.

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