Class TLcdASTERIXRadarVideoModelDescriptor

java.lang.Object
com.luciad.format.asterix.ALcdASTERIXModelDescriptor
com.luciad.format.asterix.TLcdASTERIXRadarVideoModelDescriptor
All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdDataSourceModelDescriptor<TLcdASTERIXDataSource>, ILcdModelDescriptor, ILcdFeaturedDescriptor, ILcdFeaturedDescriptorProvider, Serializable

public class TLcdASTERIXRadarVideoModelDescriptor extends ALcdASTERIXModelDescriptor
A model descriptor for ASTERIX category 240 radar video models. Radar video models contain a single element which implements the following interfaces:
  • ILcdShape: provides the bounds of the radar video.
  • ILcdOriented: provides the current orientation of the radar dish.
  • ILcdDataObject: provides metadata about the radar, such as its identifier.
Since:
2014.1
See Also:
  • Constructor Details

    • TLcdASTERIXRadarVideoModelDescriptor

      public TLcdASTERIXRadarVideoModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider)
      Constructs a new radar video model descriptor for a given filename.
      Parameters:
      aSourceName - The name of the source.
      aTypeName - The type of data.
      aDisplayName - The display name for the model.
      aCategory - The ASTERIX category that corresponds with the data.
      aUAP - The User Application Profile (UAP) that corresponds with the data.
      aReferenceProvider - The model reference of decoded radar video.
    • TLcdASTERIXRadarVideoModelDescriptor

      public TLcdASTERIXRadarVideoModelDescriptor(TLcdASTERIXDataSource aDataSource, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider)
      Constructs a new radar video model descriptor for a given data source.
      Parameters:
      aDataSource - The data source containing the source names that were decoded.
      aTypeName - The type of data.
      aDisplayName - The display name for the model.
      aCategory - The ASTERIX category that corresponds with the data.
      aUAP - The User Application Profile (UAP) that corresponds with the data.
      aReferenceProvider - The model reference of decoded radar video.
  • Method Details