com.esri.arcgis.location
Interface IRouteLocator2

All Superinterfaces:
IRouteLocator, java.io.Serializable
All Known Implementing Classes:
IRouteLocator2Proxy, RouteMeasureLocator

public interface IRouteLocator2
extends IRouteLocator, java.io.Serializable

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

Description: 'Provides access to properties and methods of a route locator.' 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 IID234a6edf_4ad1_4bae_adcc_a4f60a6d9d50
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IRouteLocator
IIDa1e3811c_2055_11d4_9fc1_00c04f6bdf06
 
Method Summary
 IEnumRouteIdentifyResult identify(IEnvelope searchEnvelope, java.lang.String whereClause)
          Identify route locations in an envelope.
 boolean isHasZs()
          Indicates whether the route locator is Z-Aware.
 boolean isRouteIDIsIndexed()
          Indicates if the route ID has an index.
 
Methods inherited from interface com.esri.arcgis.location.IRouteLocator
getExtent, getMeasureUnit, getRouteFeatureClass, getRouteGeometry, getRouteIDFieldIndex, getRouteIDFieldName, getRouteIDFieldNameDelimited, getRouteWhereClause, getSpatialReference, isHasSpatialIndex, isRouteIDIsString, isRouteIDIsUnique, locate, locateRow, setRouteWhereClause
 

Field Detail

IID234a6edf_4ad1_4bae_adcc_a4f60a6d9d50

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

identify

IEnumRouteIdentifyResult identify(IEnvelope searchEnvelope,
                                  java.lang.String whereClause)
                                  throws java.io.IOException,
                                         AutomationException
Identify route locations in an envelope.

Parameters:
searchEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
whereClause - The whereClause (in)
Returns:
A reference to a com.esri.arcgis.location.IEnumRouteIdentifyResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasZs

boolean isHasZs()
                throws java.io.IOException,
                       AutomationException
Indicates whether the route locator is Z-Aware.

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

isRouteIDIsIndexed

boolean isRouteIDIsIndexed()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the route ID has an index.

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