Provides access to properties and methods of a route locator. Note: the IRouteLocator interface has been superseded byIRouteLocator2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Extent | The route locator's extent (same a route feature class' extent). |
![]() |
GetRouteGeometry | The route(s) corresponding to the route location. |
![]() |
HasSpatialIndex | Indicates if the route feature class has a spatial index. |
![]() |
Locate | Locates a point or line route location. |
![]() |
LocateRow | Locates an event table row containing a point or line route location. |
![]() |
MeasureUnit | The units of the route measures. |
![]() |
RouteFeatureClass | The route feature class (Polyline with M feature class). |
![]() |
RouteIDFieldIndex | The field index of the route identifier. |
![]() |
RouteIDFieldName | The route identifier field from the route feature class. |
![]() |
RouteIDFieldNameDelimited | The delimited route identifier field of the route feature class. |
![]() |
RouteIDIsString | Indicates if the route identifier field type is string. |
![]() |
RouteIDIsUnique | Indicates whether the route ID is unique (Obsolete). |
![]() |
RouteWhereClause | The where clause that limits the routes events can be located on. |
![]() |
SpatialReference | The route locator's spatial reference (same as route feature class' spatial reference). |
CoClasses that implement IRouteLocator
CoClasses and Classes | Description |
---|---|
RouteMeasureLocator | Route measure locator object. |