Package com.luciad.ais.model.airspace
Class TLcdAirspaceFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.airspace.TLcdAirspaceFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMAirspaceFeatureClassMapper,TLcdARINCAirspaceFeatureClassMapper,TLcdDAFIFAirspaceFeatureClassMapper
This class defines a feature class mapper for airspaces.
For each feature defined in the ILcdAirspaceFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdAirspaceFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdAirspaceFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdAirspaceFeatureClassMapper
protected TLcdAirspaceFeatureClassMapper()Constructs a newTLcdAirspaceFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdAirspaceFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAirspaceFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
TLcdAirspaceFeatureClassMapperinterface.- Returns:
- a
TLcdAerodromeFeatureClassMapperobject
-