Package com.luciad.ais.model.navaid
Class TLcdILSFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.navaid.TLcdILSFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdARINCILSFeatureClassMapper
This class defines a feature class mapper for ILS objects.
For each feature defined in the ILcdILSFeature
interface,
it keeps track of a Class
object.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdILSFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdILSFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdILSFeatureClassMapper
protected TLcdILSFeatureClassMapper()Constructs a newTLcdILSFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdILSFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdILSFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdILSFeature
interface.- Returns:
- a
TLcdILSFeatureClassMapper
object
-