Class TLcdRadarVideoDataTypes

java.lang.Object
com.luciad.realtime.radarvideo.TLcdRadarVideoDataTypes

public class TLcdRadarVideoDataTypes extends Object

This class provides static access to the Radar Video data model and its types.

You can explore the structure of the data model with the data model viewer sample.

Since:
2018.0
  • Field Details

    • RADAR_VIDEO_DATA_TYPE

      public static final TLcdDataType RADAR_VIDEO_DATA_TYPE
      Indicates a radar video data type, which is used as a supertype by all model element data types of a radar model.
    • RADAR_RANGE_PROPERTY

      public static final TLcdDataProperty RADAR_RANGE_PROPERTY
      The property for radar range. The value of this property is calculated when the addRadarSweep method of the TLcdRadar is called.
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Returns the static radar video data model.