Package com.luciad.ais.model.navaid
Class TLcdGlidePathFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdGlidePathFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMGlidePathFeatureClassMapper,TLcdARINCGlidePathFeatureClassMapper,TLcdDAFIFGlidePathFeatureClassMapper
This class defines a feature class mapper for glide paths.
For each feature defined in the ILcdGlidePathFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdGlidePathFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdGlidePathFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdGlidePathFeatureClassMapper
protected TLcdGlidePathFeatureClassMapper()Constructs a newTLcdGlidePathFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdGlidePathFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdGlidePathFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdGlidePathFeatureinterface.- Returns:
- a
TLcdGlidePathFeatureClassMapperobject
-