Dynamic tracking
Purpose
This sample demonstrates how to use ArcGIS Dynamic Display application programming interfaces (APIs) to track multiple dynamic objects. A dynamic layer is a custom layer that implements the IDynamicLayer interface, as well as the standard interfaces. The IDynamicLayer interface allows the layer to draw its items and update them at regular intervals and can aid in visualizing near-to-real time data. This sample also demonstrates how to create dynamic symbols from graphic resources to render on dynamic layers.
The dynamic layer in this sample uses synthetic data to simulate dynamic data. In the case of a real-life dynamic layer, the dynamic data can be streamed to the layer by a communication port, an Extensible Markup Language (XML) stream, an ArcGIS tracking server, or any other live feed.
How to use
See
How to use ArcGIS samples
for help running the sample.
Run the application.
Load a base map.
Click the DynamicTracking custom command on the toolbar.
Development licensing
Deployment licensing
Engine Developer Kit
Engine Runtime