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