com.esri.arcgis.geodatabase
Interface IEnumLocatorName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumLocatorNameProxy, LocatorNameEnumerator

public interface IEnumLocatorName
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8ddaeee6_8b07_11d3_9f69_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID8ddaeee6_8b07_11d3_9f69_00c04f6bdf06

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

next

ILocatorName next()
                  throws java.io.IOException,
                         AutomationException
Returns the next Name object.

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

previous

ILocatorName previous()
                      throws java.io.IOException,
                             AutomationException
Returns the previous Name object.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration.

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

esri_clone

IEnumLocatorName esri_clone()
                            throws java.io.IOException,
                                   AutomationException
Creates a copy of the enumeration.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of Name objects in the enumeration.

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