Package com.luciad.ais.model.navaid
Class TLcdNDBFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdNavaidFeatureClassMapper
com.luciad.ais.model.navaid.TLcdNDBFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class defines a feature class mapper for NDBs.
For each feature defined in the ILcdNDBFeature interface,
it keeps track of a Class object.
Since this class inherits from the TLcdNavaidFeatureClassMapper class,
users can access navaid features as well.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdNDBFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdNDBFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdNDBFeatureClassMapper
protected TLcdNDBFeatureClassMapper()Constructs a newTLcdNDBFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdNDBFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdNDBFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdNDBFeatureinterface.- Returns:
- a
TLcdNDBFeatureClassMapperobject
-