Package com.luciad.ais.model.aerodrome
Class TLcdRunwayClinePointFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.aerodrome.TLcdRunwayClinePointFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMRunwayClinePointFeatureClassMapper
This class defines a feature class mapper for runway cline points.
For each feature defined in the ILcdRunwayClinePointFeature
interface,
it keeps track of a Class
object.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdRunwayClinePointFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdRunwayClinePointFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdRunwayClinePointFeatureClassMapper
protected TLcdRunwayClinePointFeatureClassMapper()Constructs a newTLcdRunwayClinePointFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdRunwayClinePointFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdRunwayClinePointFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdRunwayClinePointFeature
interface.- Returns:
- a
TLcdRunwayClinePointFeatureClassMapper
object
-