Class TLcdATSRouteFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.route.TLcdATSRouteFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdAIXMATSRouteFeatureClassMapper, TLcdDAFIFATSRouteFeatureClassMapper

public class TLcdATSRouteFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for ATS routes.

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

See Also:
  • Constructor Details

    • TLcdATSRouteFeatureClassMapper

      protected TLcdATSRouteFeatureClassMapper()
      Constructs a new TLcdATSRouteFeatureClassMapper object.

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

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

  • Method Details

    • getInstance

      public static ILcdFeatureClassMapper getInstance()
      Returns a TLcdATSRouteFeatureClassMapper object.

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

      Returns:
      a TLcdATSRouteFeatureClassMapper object