public interface IEnumLocator
extends java.io.Serializable
Description: 'Provides access to members for retrieving a set of locators.' 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 |
IIDe0f10b78_eb7c_11d2_9f47_00c04f8ed1c4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumLocator |
esri_clone()
Creates a copy of the enumeration.
|
int |
getCount()
Number of locators in the enumeration.
|
ILocator |
next()
Returns the next locator or locator style.
|
ILocator |
previous()
Returns the previous locator or locator style.
|
void |
reset()
Resets the enumeration.
|
static final int IIDe0f10b78_eb7c_11d2_9f47_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
ILocator next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocator previous() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumLocator esri_clone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.