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