Package com.luciad.realtime.radarvideo


package com.luciad.realtime.radarvideo
Provides support for the visualization of radar feeds.

To visualize a radar video feed:

  • Create a TLcdRadar and keep a reference to it
  • Connect to your data stream and pass that data to the TLcdRadar using its addRadarSweep method.
  • Put that radar in a model with the correct model reference. The model reference determines where on the globe the radar is located.
  • Create a layer for the radar model using TLspRadarVideoLayerBuilder.
Since:
2018.0
  • Classes
    Class
    Description
    Defines a radar object that you can use to display radar data composed of radar sweeps.
    This class provides static access to the Radar Video data model and its types.