Class TLcdASTERIXDataTypes

java.lang.Object
com.luciad.format.asterix.TLcdASTERIXDataTypes

public class TLcdASTERIXDataTypes extends Object

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

The trajectory model element data type can be retrieved using the TrajectoryType field.

All track data models can be retrieved using th getDataModel(ALcdASTERIXUserApplicationProfile) method. This method can retrieve data models for each user application profile included in the com.luciad.format.asterix package.

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

Since:
10.1
  • Field Details

    • TrajectoryType

      public static final TLcdDataType TrajectoryType
      The model element data super type used by all ASTERIX trajectories. It is the super type of all trajectory types defined in this class. Its instance class is TLcdASTERIXTrajectory.
    • Category1TrackTrajectoryType

      public static final TLcdDataType Category1TrackTrajectoryType
      The model element data type used by ASTERIX trajectories from the Track UAP of category 1. Its instance class is TLcdASTERIXTrajectory.
    • Category1PlotTrajectoryType

      public static final TLcdDataType Category1PlotTrajectoryType
      The model element data type used by ASTERIX trajectories from the Plot UAP of category 1. Its instance class is TLcdASTERIXTrajectory.
    • Category11TrajectoryType

      public static final TLcdDataType Category11TrajectoryType
      The model element data type used by ASTERIX trajectories from category 11. Its instance class is TLcdASTERIXTrajectory.
    • Category21TrajectoryType

      public static final TLcdDataType Category21TrajectoryType
      The model element data type used by ASTERIX trajectories from category 21. Its instance class is TLcdASTERIXTrajectory.
    • Category21Version0Dot23TrajectoryType

      public static final TLcdDataType Category21Version0Dot23TrajectoryType
      The model element data type used by ASTERIX trajectories from category 21 version 2.3 Its instance class is TLcdASTERIXTrajectory.
    • Category30TrajectoryType

      public static final TLcdDataType Category30TrajectoryType
      The model element data type used by ASTERIX trajectories from category 30. Its instance class is TLcdASTERIXTrajectory.
    • Category30Version2Dot5TerTrajectoryType

      public static final TLcdDataType Category30Version2Dot5TerTrajectoryType
      The model element data type used by ASTERIX trajectories from category 30 version 2.5ter. Its instance class is TLcdASTERIXTrajectory.
    • Category48TrajectoryType

      public static final TLcdDataType Category48TrajectoryType
      The model element data type used by ASTERIX trajectories from category 48. Its instance class is TLcdASTERIXTrajectory.
    • Category62TrajectoryType

      public static final TLcdDataType Category62TrajectoryType
      The model element data type used by ASTERIX trajectories from category 62. Its instance class is TLcdASTERIXTrajectory.
    • Category244TrajectoryType

      public static final TLcdDataType Category244TrajectoryType
      The model element data type used by ASTERIX trajectories from category 244. Its instance class is TLcdASTERIXTrajectory.
    • Category10TrajectoryType

      public static final TLcdDataType Category10TrajectoryType
      The model element data type used by ASTERIX trajectories from category 10. Its instance class is TLcdASTERIXTrajectory.
    • Category1TrackType

      public static final TLcdDataType Category1TrackType
      Model element data type used by Category 1 tracks. Its instance class is TLcdASTERIXTrack.
    • Category1PlotType

      public static final TLcdDataType Category1PlotType
      Model element data type used by Category 1 plots. Its instance class is TLcdASTERIXTrack.
    • Category10TrackType

      public static final TLcdDataType Category10TrackType
      Model element data type used by Category10 Mono Radar. Its instance class is TLcdASTERIXTrack
      Since:
      2016.1
    • Category11TrackType

      public static final TLcdDataType Category11TrackType
      Model element data type used by Category 11 tracks. Its instance class is TLcdASTERIXTrack.
    • Category21TrackType

      public static final TLcdDataType Category21TrackType
      Model element data type used by Category 21 tracks. Its instance class is TLcdASTERIXTrack.
    • Category21Version0Dot23TrackType

      public static final TLcdDataType Category21Version0Dot23TrackType
      Model element data type used by Category 21 tracks. Its instance class is TLcdASTERIXTrack.
    • Category30TrackType

      public static final TLcdDataType Category30TrackType
      Model element data type used by Category 30 tracks. Its instance class is TLcdASTERIXTrack.
    • Category30Version2Dot5TerTrackType

      public static final TLcdDataType Category30Version2Dot5TerTrackType
      Model element data type used by Category 30 tracks. Its instance class is TLcdASTERIXTrack.
    • Category34RadarServiceMessageType

      public static final TLcdDataType Category34RadarServiceMessageType
      Model element data type used by Category 34 radar service messages. Its instance class is ILcdDataObject.
      Since:
      2023.1
    • Category48TrackType

      public static final TLcdDataType Category48TrackType
      Model element data type used by Category 48 tracks. Its instance class is TLcdASTERIXTrack.
    • Category62TrackType

      public static final TLcdDataType Category62TrackType
      Model element data type used by Category 62 tracks. Its instance class is TLcdASTERIXTrack.
    • Category244TrackType

      public static final TLcdDataType Category244TrackType
      Model element data type used by Category 244 tracks. Its instance class is TLcdASTERIXTrack.
    • Category240RadarVideoType

      public static final TLcdDataType Category240RadarVideoType
      Model element data type used by Category 240 radar video. Its instance class is ILcdDataObject.
      Since:
      2014.1
    • Category8WeatherPictureType

      public static final TLcdDataType Category8WeatherPictureType
      Model element data type used by Category 8 Weather picture. Its instance class is TLcdASTERIXWeatherPicture
      Since:
      2015.0
    • ISO_19103_MEASURE_TYPE

      public static final TLcdDataType ISO_19103_MEASURE_TYPE
      Indicates a primitive ISO19103 measure type. Its instance class is TLcdISO19103Measure
    • MAPPED_INTEGER_TYPE

      public static final TLcdDataType MAPPED_INTEGER_TYPE
      Indicates a primitive ASTERIX mapped integer type. Its instance class is TLcdASTERIXMappedInteger
    • ABSTRACT_ASTERIX_DATA_TYPE

      public static final TLcdDataType ABSTRACT_ASTERIX_DATA_TYPE
      Indicates an abstract ASTERIX data type, which is sub-typed by all model element data types of an ASTERIX model.
  • Method Details