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