Class | Description | |
---|---|---|
EventInfo | Represents information for an event table. Each row in the table references an event, and its location is expressed as measurements along a route feature. | |
EventTableConfiguration | Describes an event table to hold events' information as the results of RouteInfo.LocateFeatures. | |
LineEventInfo | Represents information for an event table with line events. Each row in the table references an event, and its location is expressed as measurements along a route feature. | |
LineEventSourceOptions | Represents a configuration to create a dynamic feature class (RouteEventSource) originating from line events using the dynamic segmentation process. | |
LineEventTableConfiguration | Describes a line event table to hold events' information as the results of RouteInfo.LocateFeatures | |
PointEventInfo | Represents information for an event table with point events. Each row in the table references an event, and its location is expressed as measurements along a route feature. | |
PointEventSourceOptions | Represents a configuration to create a dynamic feature class (RouteEventSource) originating from point events using the dynamic segmentation process. | |
PointEventTableConfiguration | Describes a point event table to hold events' information as the results of RouteInfo.LocateFeatures | |
RouteEventSource | Represents a dynamic feature class created through the dynamic segmentation process. | |
RouteEventSourceDefinition | Represents the schema and properties of an RouteEventSource. | |
RouteEventSourceError | Represents an error when locating an event along a route during RouteEventSource creation or update, which uses a dynamic segmentation process. | |
RouteEventSourceOptions | Provides a configuration to create a dynamic feature class (RouteEventSource) using the dynamic segmentation process. | |
RouteInfo | Represents a route feature class's information, ArcGIS.Core.Data.FeatureClass. A route feature class is an M-enabled polyline feature class containing a unique identifier attribute field. |