Class TLcdAIXMProcedureLegFeatureClassMapper

All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdAIXMProcedureLegFeatureClassMapper extends TLcdProcedureLegFeatureClassMapper
This class keeps track of the TLcdProcedureLeg objects of AIXM specific features defined in the ILcdAIXMProcedureLegFeature interface.

Since this class inherits from the TLcdProcedureLegFeatureClassMapper class, users can access more general procedure features as well.

Since:
6.2
See Also:
  • Constructor Details

    • TLcdAIXMProcedureLegFeatureClassMapper

      protected TLcdAIXMProcedureLegFeatureClassMapper()
      Constructs a new TLcdAIXMProcedureLegFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdAIXMProcedureLegFeatureClassMapper object.

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

      Returns:
      a TLcdAIXMProcedureLegFeatureClassMapper object