Class TLcdRefuelingTrackPointFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.refuelingtrack.TLcdRefuelingTrackPointFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdDAFIFRefuelingTrackPointFeatureClassMapper
This class defines a feature class mapper for refueling track or anchor
route points.
For each feature defined in the ILcdRefuelingTrackPointFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdRefuelingTrackPointFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdRefuelingTrackPointFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdRefuelingTrackPointFeatureClassMapper
protected TLcdRefuelingTrackPointFeatureClassMapper()Constructs a newTLcdRefuelingTrackPointFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdRefuelingTrackPointFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdRefuelingTrackPointFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdRefuelingTrackPointFeatureinterface.- Returns:
- a
TLcdRefuelingTrackPointFeatureClassMapperobject
-