Class TLcdObstacleFeatureClassMapper

All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdObstacleFeatureClassMapper extends TLcdNavaidFeatureClassMapper
This class defines a feature class mapper for obstacles. It defines the mappings between feature names and feature values for all obstacle features defined in the ILcdObstacleFeature interface.
  • Constructor Details Link icon

    • TLcdObstacleFeatureClassMapper Link icon

      protected TLcdObstacleFeatureClassMapper()
      Constructs a new TLcdObstacleFeatureClassMapper object. The new instance will contain a feature class mapping for each feature in the ILcdObstacleFeature interface. This protected constructor was added to allow one to make extensions of this class.
  • Method Details Link icon

    • getInstance Link icon

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdObstacleFeatureClassMapper object.
      This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the ILcdObstacleFeature interface.