Implement dynamic layer


Purpose This sample demonstrates how to use ArcGIS Dynamic Display application programming interfaces (APIs) to implement a dynamic layer. 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. Custom dynamic layers, in genera,l can aid in visualizing near-to-real time data.
 
This dynamic layer 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.

  1. Run the application.
  2. Load a base map.
  3. Click the Toggle Dynamic Mode custom command on the toolbar.
  4. When the map is in dynamic mode, click the Add Dynamic Layer custom command on the toolbar.





Development licensing Deployment licensing
Engine Developer Kit Engine Runtime