Class TLcdServiceFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.service.TLcdServiceFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper

public class TLcdServiceFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for services.

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

Since:
6.2, 6.2
See Also:
  • Constructor Details

    • TLcdServiceFeatureClassMapper

      protected TLcdServiceFeatureClassMapper()
      Constructs a new TLcdServiceFeatureClassMapper object.

      The new instance will contain a feature class mapping for each feature in the ILcdServiceFeature interface. This protected constructor was added to allow one to make extensions of this class.

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdServiceFeatureClassMapper object.

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

      Returns:
      a TLcdServiceFeatureClassMapper object.