Package com.luciad.ais.model.aerodrome
Class TLcdRunwayDirectionFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.aerodrome.TLcdRunwayDirectionFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMRunwayDirectionFeatureClassMapper,TLcdARINCRunwayDirectionFeatureClassMapper,TLcdDAFIFRunwayDirectionFeatureClassMapper
This class defines a feature class mapper for runway directions.
For each feature defined in the ILcdRunwayDirectionFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdRunwayDirectionFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdRunwayDirectionFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdRunwayDirectionFeatureClassMapper
protected TLcdRunwayDirectionFeatureClassMapper()Constructs a newTLcdRunwayDirectionFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdRunwayDirectionFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdRunwayDirectionFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdRunwayDirectionFeatureinterface.- Returns:
- a
TLcdRunwayDirectionFeatureClassMapperobject
-