com.esri.arcgis.location
Interface IEnumRouteIdentifyResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumRouteIdentifyResultProxy

public interface IEnumRouteIdentifyResult
extends java.io.Serializable

COM Interface 'IEnumRouteIdentifyResult'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to the route locations and features found enumeration.' 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 IIDeaffbc00_54ce_4daa_a8f4_b7ea046e5d9f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of route locations and features in the enumeration.
 void next(IRouteLocation[] location, IFeature[] route)
          Returns the next route location and route feature.
 void reset()
          Starts from the beginning of the route location and feature collection the next time Next is called.
 

Field Detail

IIDeaffbc00_54ce_4daa_a8f4_b7ea046e5d9f

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of route locations and features in the enumeration.

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

next

void next(IRouteLocation[] location,
          IFeature[] route)
          throws java.io.IOException,
                 AutomationException
Returns the next route location and route feature.

Parameters:
location - A reference to a com.esri.arcgis.location.IRouteLocation (out: use single element array)
route - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)
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
Starts from the beginning of the route location and feature collection the next time Next is called.

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