public interface IEnumFeatureSetup
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6ea26548_cd08_47f3_93ca_bd8d8ab5d30a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID6ea26548_cd08_47f3_93ca_bd8d8ab5d30a
static final int xxDummy
static final java.lang.String IID
boolean isRecycling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRecycling(boolean recyling) throws java.io.IOException, AutomationException
recyling
- The recyling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllFields(boolean allFields) throws java.io.IOException, AutomationException
allFields
- The allFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.