Class TLcdVFRRoutePointFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.vfr.TLcdVFRRoutePointFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdDAFIFVFRRoutePointFeatureClassMapper

public class TLcdVFRRoutePointFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for VFR route points.

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

See Also:
  • Constructor Details

    • TLcdVFRRoutePointFeatureClassMapper

      protected TLcdVFRRoutePointFeatureClassMapper()
      Constructs a new TLcdVFRRoutePointFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdVFRRoutePointFeatureClassMapper object.

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

      Returns:
      a TLcdVFRRoutePointFeatureClassMapper object