Class TLcdParachuteJumpAreaFeatureClassMapper

java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.parachutejumparea.TLcdParachuteJumpAreaFeatureClassMapper
All Implemented Interfaces:
ILcdFeatureClassMapper
Direct Known Subclasses:
TLcdDAFIFParachuteJumpAreaFeatureClassMapper

public class TLcdParachuteJumpAreaFeatureClassMapper extends TLcdFeatureClassMapper
This class defines a feature class mapper for parachute jump areas.

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

See Also:
  • Constructor Details Link icon

    • TLcdParachuteJumpAreaFeatureClassMapper Link icon

      protected TLcdParachuteJumpAreaFeatureClassMapper()
      Constructs a new TLcdParachuteJumpAreaFeatureClassMapper object.

      The new instance will contain a feature class mapping for each feature in the ILcdParachuteJumpAreaFeature 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 TLcdParachuteJumpAreaFeatureClassMapper object.

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

      Returns:
      a TLcdParachuteJumpAreaFeatureClassMapper object