Provides access to the members of a real-time feed simulator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
FeatureLayer | The feature layer used to simulate the real-time feed. This must be a point or line feature layer. | |
FixedTime | Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true. | |
TimeFactor | A factor used to adjust the data-driven time interval. The factor is multiplied by each value in the TimeField. Defaults to 1.0. | |
TimeField | The name of the field used for a data-driven time interval. Defaults to 'TIME'. | |
TimeIncrement | The time increment, in seconds, for the simulated feed. Defaults to 5 seconds. |
CoClasses that implement IRealTimeFeedSimulator
CoClasses and Classes | Description |
---|---|
RealTimeFeedSimulator | The real-time feed simulator object. |