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