Class TLcdAIXMDMEFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.format.aixm.model.navaid.TLcdAIXMDMEFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class keeps track of the
Class
objects of AIXM
specific features defined in the ILcdAIXMDMEFeature
interface.
Users can access more general DME features as well.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdAIXMDMEFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptiongetFeatureClass
(String aFeatureName) Returns theClass
object for the given feature name.static ILcdFeatureClassMapper
Returns aTLcdAIXMDMEFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
register
-
Constructor Details
-
TLcdAIXMDMEFeatureClassMapper
protected TLcdAIXMDMEFeatureClassMapper()Constructs a newTLcdAIXMDMEFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdAIXMDMEFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAIXMDMEFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdAIXMDMEFeature
interface.- Returns:
- a
TLcdAIXMDMEFeatureClassMapper
object
-
getFeatureClass
Description copied from class:TLcdFeatureClassMapper
Returns theClass
object for the given feature name.- Specified by:
getFeatureClass
in interfaceILcdFeatureClassMapper
- Overrides:
getFeatureClass
in classTLcdFeatureClassMapper
- Parameters:
aFeatureName
- a feature name- Returns:
- the
Class
object for the given feature name - Throws:
IllegalArgumentException
- if noClass
object is registered yet for the given feature name
-