Class TLcdNDBFeatureClassMapper

All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdNDBFeatureClassMapper extends TLcdNavaidFeatureClassMapper
This class defines a feature class mapper for NDBs.

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

Since this class inherits from the TLcdNavaidFeatureClassMapper class, users can access navaid features as well.

See Also:
  • Constructor Details

    • TLcdNDBFeatureClassMapper

      protected TLcdNDBFeatureClassMapper()
      Constructs a new TLcdNDBFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdNDBFeatureClassMapper object.

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

      Returns:
      a TLcdNDBFeatureClassMapper object