Class TLcdRunwayFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.aerodrome.TLcdRunwayFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdAIXMRunwayFeatureClassMapper, TLcdARINCRunwayFeatureClassMapper, TLcdDAFIFRunwayFeatureClassMapper

public class TLcdRunwayFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for runways.

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

See Also:
  • Constructor Details

    • TLcdRunwayFeatureClassMapper

      protected TLcdRunwayFeatureClassMapper()
      Constructs a new TLcdRunwayFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdRunwayFeatureClassMapper object.

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

      Returns:
      a TLcdRunwayFeatureClassMapper object