This document is archived and information here might be outdated. Recommended version. |
Provides access to the members of a real-time feed simulator.
Name | 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. |
Classes | Description |
---|---|
RealTimeFeedSimulator | The real-time feed simulator object. |