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
ModifierConstructorDescriptionprotected
Constructs a newTLcdARINCCommunicationFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdARINCCommunicationFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdARINCCommunicationFeatureClassMapper
protected TLcdARINCCommunicationFeatureClassMapper()Constructs a newTLcdARINCCommunicationFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdARINCCommunicationFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdARINCCommunicationFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdARINCCommunicationFeature
interface.- Returns:
- a
TLcdARINCCommunicationFeatureClassMapper
object
-