Class TLcdMilitaryTrainingRouteModelDescriptor

java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.route.TLcdMilitaryTrainingRouteModelDescriptor
All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable
Direct Known Subclasses:
TLcdDAFIFMilitaryTrainingRouteModelDescriptor

public class TLcdMilitaryTrainingRouteModelDescriptor extends TLcdHashedFeaturedModelDescriptor
An ILcdModelDescriptor implementation for models containing ILcdMilitaryTrainingRoute objects.

This model descriptor is also an ILcdDataModelDescriptor.

See Also:
  • Constructor Details

    • TLcdMilitaryTrainingRouteModelDescriptor

      @Deprecated public TLcdMilitaryTrainingRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses)
      Creates a new TLcdMilitaryTrainingRouteModelDescriptor object.
    • TLcdMilitaryTrainingRouteModelDescriptor

      public TLcdMilitaryTrainingRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType)
      Constructs a new TLcdMilitaryTrainingRouteModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aTypeName - the type name
      aDisplayName - the display name
      aDataType - the type of the elements of this descriptor's model
      Since:
      10.1
  • Method Details

    • setRouteSegmentDescriptor

      public void setRouteSegmentDescriptor(ILcdFeaturedDescriptor aRunwayDirectionDescriptor)
      Specifies a featured descriptor for the route segments.
    • getRouteSegmentDescriptor

      public ILcdFeaturedDescriptor getRouteSegmentDescriptor()
      Returns the featured descriptor describing the featured route segments.
    • getRoutePointDescriptor

      public ILcdFeaturedDescriptor getRoutePointDescriptor()
      Returns the featured descriptor describing the featured route points.
    • setRoutePointDescriptor

      public void setRoutePointDescriptor(ILcdFeaturedDescriptor aRoutePointDescriptor)
      Specifies a featured descriptor for the route points.