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