com.esri.arcgis.geodatabase
Interface IEnumFeatureSetup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumFeatureSetupProxy, MapSelection

public interface IEnumFeatureSetup
extends java.io.Serializable

COM Interface 'IEnumFeatureSetup'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that define behavior of IEnumFeature.' 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 IID6ea26548_cd08_47f3_93ca_bd8d8ab5d30a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAllFields()
          Indicates if returned features will contain all fields.
 boolean isRecycling()
          Indicates if returned features recycle.
 void setAllFields(boolean allFields)
          Indicates if returned features will contain all fields.
 void setRecycling(boolean recyling)
          Indicates if returned features recycle.
 

Field Detail

IID6ea26548_cd08_47f3_93ca_bd8d8ab5d30a

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

isRecycling

boolean isRecycling()
                    throws java.io.IOException,
                           AutomationException
Indicates if returned features recycle.

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

setRecycling

void setRecycling(boolean recyling)
                  throws java.io.IOException,
                         AutomationException
Indicates if returned features recycle.

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

isAllFields

boolean isAllFields()
                    throws java.io.IOException,
                           AutomationException
Indicates if returned features will contain all fields.

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

setAllFields

void setAllFields(boolean allFields)
                  throws java.io.IOException,
                         AutomationException
Indicates if returned features will contain all fields.

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