Class TLcdAIXMNDBFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.format.aixm.model.navaid.TLcdAIXMNDBFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdAIXMNDBFeatureClassMapper extends TLcdFeatureClassMapper
This class keeps track of the Class objects of AIXM specific features defined in the ILcdAIXMNDBFeature interface.

Users can access more general NDB features as well.

See Also:
  • Constructor Details

    • TLcdAIXMNDBFeatureClassMapper

      protected TLcdAIXMNDBFeatureClassMapper()
      Constructs a new TLcdAIXMNDBFeatureClassMapper object.

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

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

  • Method Details