Class TLcdARINCCommunicationFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.format.arinc.model.communication.TLcdARINCCommunicationFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdARINCAerodromeCommunicationFeatureClassMapper,TLcdARINCEnrouteCommunicationFeatureClassMapper
This class defines a feature class mapper for services.
For each feature defined in the ILcdARINCCommunicationFeature interface,
it keeps track of a Class object.
- Since:
- 6.2
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdARINCCommunicationFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdARINCCommunicationFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdARINCCommunicationFeatureClassMapper
protected TLcdARINCCommunicationFeatureClassMapper()Constructs a newTLcdARINCCommunicationFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdARINCCommunicationFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdARINCCommunicationFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdARINCCommunicationFeatureinterface.- Returns:
- a
TLcdARINCCommunicationFeatureClassMapperobject
-