Class TLcdARINCATSRouteSegmentFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.route.TLcdATSRouteSegmentFeatureClassMapper
com.luciad.format.arinc.model.route.TLcdARINCATSRouteSegmentFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
public class TLcdARINCATSRouteSegmentFeatureClassMapper
extends TLcdATSRouteSegmentFeatureClassMapper
This class keeps track of the
Class objects of ARINC
specific features defined in the ILcdARINCATSRouteSegmentFeature
interface.
Since this class inherits from the TLcdATSRouteSegmentFeatureClassMapper class,
users can access more general ATS route segment features as well.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdARINCATSRouteSegmentFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdARINCATSRouteSegmentFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdARINCATSRouteSegmentFeatureClassMapper
protected TLcdARINCATSRouteSegmentFeatureClassMapper()Constructs a newTLcdARINCATSRouteSegmentFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdARINCATSRouteSegmentFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdARINCATSRouteSegmentFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdARINCATSRouteSegmentFeatureinterface.- Returns:
- a
TLcdARINCATSRouteSegmentFeatureClassMapperobject
-