Package com.luciad.ais.model.navaid
Class TLcdTACANFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdNavaidFeatureClassMapper
com.luciad.ais.model.navaid.TLcdTACANFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class defines a feature class mapper for TACANs.
For each feature defined in the ILcdTACANFeature 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 newTLcdTACANFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdTACANFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdTACANFeatureClassMapper
protected TLcdTACANFeatureClassMapper()Constructs a newTLcdTACANFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdTACANFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdTACANFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdTACANFeatureinterface.- Returns:
- a
TLcdTACANFeatureClassMapperobject
-