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
ModifierConstructorDescriptionprotected
Constructs a newTLcdTACANFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdTACANFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdTACANFeatureClassMapper
protected TLcdTACANFeatureClassMapper()Constructs a newTLcdTACANFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdTACANFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdTACANFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdTACANFeature
interface.- Returns:
- a
TLcdTACANFeatureClassMapper
object
-