Class TLcdDAFIFWayPointModelDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdDAFIFWayPointModelDescriptor extends TLcdWayPointModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdWayPoint objects.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "DAFIF" and DISPLAY_NAME.

See Also:
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name associated with this model descriptor.
      See Also:
  • Constructor Details

    • TLcdDAFIFWayPointModelDescriptor

      @Deprecated public TLcdDAFIFWayPointModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdDAFIFWayPointModelDescriptor object.
      Parameters:
      aSourceName - The name of the data source.
      aFeatureNames - The feature names.
      aFeatureClasses - The feature classes.
    • TLcdDAFIFWayPointModelDescriptor

      public TLcdDAFIFWayPointModelDescriptor(String aSourceName, TLcdDataType aWaypointType)
      Constructs a new TLcdDAFIFWayPointModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aWaypointType - the type of the elements of this descriptor's model
      See Also:
  • Method Details