Provides access to operations on the route locator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IRouteLocatorOperations2 interface provides methods and properties to create an event table, ITable, in several ways:
- A new event table can be created by transforming events from one route reference (route feature class) to another by using the methods LocateLineFeatures and LocatePointEvents.
- A new point event table can be created by locating points along routes by using the method LocatePointFeatures.
- A new line event table can be created by locating lines along routes by using the method LocateLineFeatures.
- A new line event table can be created by locating polygons along routes by using the method LocatePolygonFeatures.
Members
Description | ||
---|---|---|
InputFeatureClass | The input features to locate along the routes. | |
InputFeatureSelection | A selection set of features to locate. | |
LocateLineFeatures | Locate line features along routes and write the result in an object class. | |
LocatePointEvents | Locate point events along target routes and write the result in an object class. | |
LocatePointFeatures | Locate point features along a routes and write the result in an object class. | |
LocatePolygonFeatures | Locate polygon features along routes and write the result in an object class. | |
RouteFeatureClass | The route feature class (Polyline with M feature class). | |
RouteFeatureSelection | A selection set of route features. | |
RouteIDFieldName | The route feature identifier. | |
RouteLocator | The route locator. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRouteLocatorOperations | Provides access to operations on the route locator. |
CoClasses that implement IRouteLocatorOperations2
CoClasses and Classes | Description |
---|---|
RouteLocatorOperations | Basic route locator operations object. |