Package com.luciad.ais.model.navaid
Class TLcdNavaidFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdNavaidFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMNavaidFeatureClassMapper,TLcdARINCNavaidFeatureClassMapper,TLcdDAFIFNavaidFeatureClassMapper,TLcdDMEFeatureClassMapper,TLcdNDBFeatureClassMapper,TLcdObstacleFeatureClassMapper,TLcdTACANFeatureClassMapper,TLcdVORFeatureClassMapper
This class defines a feature class mapper for navaids.
For each feature defined in the ILcdNavaidFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdNavaidFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdNavaidFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdNavaidFeatureClassMapper
protected TLcdNavaidFeatureClassMapper()Constructs a newTLcdNavaidFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdNavaidFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdNavaidFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdNavaidFeatureinterface.- Returns:
- a
TLcdNavaidFeatureClassMapperobject
-