Class TLcdDAFIFLocalizerFeatureClassMapper

All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdDAFIFLocalizerFeatureClassMapper extends TLcdLocalizerFeatureClassMapper
This class keeps track of the Class objects of DAFIF specific features defined in the ILcdDAFIFLocalizerFeature interface.

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

See Also:
  • Constructor Details Link icon

    • TLcdDAFIFLocalizerFeatureClassMapper Link icon

      protected TLcdDAFIFLocalizerFeatureClassMapper()
      Constructs a new TLcdDAFIFLocalizerFeatureClassMapper object.

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

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

  • Method Details Link icon

    • getInstance Link icon

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdDAFIFLocalizerFeatureClassMapper object.

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

      Returns:
      a TLcdDAFIFLocalizerFeatureClassMapper object