Class TLcdASTERIXPlotModelDescriptor

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

public class TLcdASTERIXPlotModelDescriptor extends ALcdASTERIXModelDescriptor
A model descriptor for plot models.
Since:
2012.0
See Also:
  • Constructor Details

    • TLcdASTERIXPlotModelDescriptor

      public TLcdASTERIXPlotModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXTransformationProvider aTransformationProvider, ALcdASTERIXScalingFactorProvider aScalingFactorProvider, TLcdDataType aDataType)

      Constructs a new TLcdASTERIXPlotModelDescriptor based on the given arguments.

      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.
      aTransformationProvider - The transformation provider used for this data source.
      aScalingFactorProvider - The scaling factor provider used for this data source.
      aDataType - The data type used by all elements of this model.
    • TLcdASTERIXPlotModelDescriptor

      public TLcdASTERIXPlotModelDescriptor(TLcdASTERIXDataSource aDataSource, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXTransformationProvider aTransformationProvider, ALcdASTERIXScalingFactorProvider aScalingFactorProvider, TLcdDataType aDataType)

      Constructs a new TLcdASTERIXPlotModelDescriptor based on the given arguments.

      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.
      aTransformationProvider - The transformation provider used for this data source.
      aScalingFactorProvider - The scaling factor provider used for this data source.
      aDataType - The data type used by all elements of this model.