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