Package com.luciad.ais.model.route
Class TLcdATSRouteSegmentFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.route.TLcdATSRouteSegmentFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMRouteSegmentFeatureClassMapper,TLcdARINCATSRouteSegmentFeatureClassMapper,TLcdDAFIFATSRouteSegmentFeatureClassMapper
This class defines a feature class mapper for ATS route segments.
For each feature defined in the ILcdATSRouteSegmentFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdATSRouteSegmentFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdATSRouteSegmentFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdATSRouteSegmentFeatureClassMapper
protected TLcdATSRouteSegmentFeatureClassMapper()Constructs a newTLcdATSRouteSegmentFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdATSRouteSegmentFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdATSRouteSegmentFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdATSRouteSegmentFeatureinterface.- Returns:
- a
TLcdATSRouteSegmentFeatureClassMapperobject
-