Package com.luciad.ais.model.aerodrome
Class TLcdAerodromeFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.aerodrome.TLcdAerodromeFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMAerodromeFeatureClassMapper,TLcdARINCAerodromeFeatureClassMapper,TLcdDAFIFAerodromeFeatureClassMapper
This class defines a feature class mapper for aerodromes.
For each feature defined in the ILcdAerodromeFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdAerodromeFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdAerodromeFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdAerodromeFeatureClassMapper
protected TLcdAerodromeFeatureClassMapper()Constructs a newTLcdAerodromeFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdAerodromeFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAerodromeFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdAerodromeFeatureinterface.- Returns:
- a
TLcdAerodromeFeatureClassMapperobject
-