Provides access to operations on the route locator. Note: the IRouteLocatorOperations interface has been superseded byIRouteLocatorOperations2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IRouteLocatorOperations 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.
See IRouteLocatorOperations2.
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. | |
RouteLocator | The route locator. |
CoClasses that implement IRouteLocatorOperations
CoClasses and Classes | Description |
---|---|
RouteLocatorOperations | Basic route locator operations object. |