Class TLcdAIXMMarkerFeatureClassMapper

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

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

Users can access more general Marker features as well.

See Also:
  • Constructor Details

    • TLcdAIXMMarkerFeatureClassMapper

      protected TLcdAIXMMarkerFeatureClassMapper()
      Constructs a new TLcdAIXMMarkerFeatureClassMapper object.

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

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

  • Method Details