Class TLcdRefuelingTrackFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.refuelingtrack.TLcdRefuelingTrackFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdDAFIFRefuelingTrackFeatureClassMapper

public class TLcdRefuelingTrackFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for refueling tracks or anchors.

For each feature defined in the ILcdRefuelingTrackFeature interface, it keeps track of a Class object.

See Also:
  • Constructor Details

    • TLcdRefuelingTrackFeatureClassMapper

      protected TLcdRefuelingTrackFeatureClassMapper()
      Constructs a new TLcdRefuelingTrackFeatureClassMapper object.

      The new instance will contain a feature class mapping for each feature in the ILcdRefuelingTrackFeature interface.

      This protected constructor was added to allow users to make extensions of this class.

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdRefuelingTrackFeatureClassMapper object.

      This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the ILcdRefuelingTrackFeature interface.

      Returns:
      a TLcdRefuelingTrackFeatureClassMapper object