Class TLcdAIXMWayPointFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdWaypointFeatureClassMapper
com.luciad.format.aixm.model.navaid.TLcdAIXMWayPointFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class keeps track of the
ILcdWayPoint
objects of AIXM
specific features defined in the ILcdAIXMWayPointFeature
interface.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdAIXMWayPointFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdAIXMWayPointFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdAIXMWayPointFeatureClassMapper
protected TLcdAIXMWayPointFeatureClassMapper()Constructs a newTLcdAIXMWayPointFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdAIXMWayPointFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAIXMWayPointFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdAIXMWayPointFeature
interface.- Returns:
- a
TLcdAIXMWayPointFeatureClassMapper
object
-