Class TLcdMarkerFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdMarkerFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdARINCMarkerFeatureClassMapper, TLcdDAFIFMarkerFeatureClassMapper

public class TLcdMarkerFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for markers.

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

See Also:
  • Constructor Details

    • TLcdMarkerFeatureClassMapper

      protected TLcdMarkerFeatureClassMapper()
      Constructs a new TLcdMarkerFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdMarkerFeatureClassMapper object.

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

      Returns:
      a TLcdMarkerFeatureClassMapper object