com.esri.arcgis.geodatabase
Interface IEnumLocator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumLocatorProxy, LocatorEnumerator

public interface IEnumLocator
extends java.io.Serializable

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

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 =


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

Field Detail

IIDe0f10b78_eb7c_11d2_9f47_00c04f8ed1c4

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

ILocator next()
              throws java.io.IOException,
                     AutomationException
Returns the next locator or locator style.

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

previous

ILocator previous()
                  throws java.io.IOException,
                         AutomationException
Returns the previous locator or locator style.

Returns:
A reference to a com.esri.arcgis.geodatabase.ILocator
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

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumLocator
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 locators in the enumeration.

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