Package com.luciad.ais.model.navaid
Class TLcdLocalizerFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdLocalizerFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMLocalizerFeatureClassMapper,TLcdARINCLocalizerFeatureClassMapper,TLcdDAFIFLocalizerFeatureClassMapper
This class defines a feature class mapper for localizers.
For each feature defined in the ILcdLocalizerFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdLocalizerFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdLocalizerFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdLocalizerFeatureClassMapper
protected TLcdLocalizerFeatureClassMapper()Constructs a newTLcdLocalizerFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdLocalizerFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdLocalizerFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdLocalizerFeatureinterface.- Returns:
- a
TLcdLocalizerFeatureClassMapperobject
-