Class TLcdAIXMGeoborderFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.geoborder.TLcdGeoborderFeatureClassMapper
com.luciad.format.aixm.model.geoborder.TLcdAIXMGeoborderFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class keeps track of AIXM specific features of
ILcdGeoborder
objects.
These features are defined in the ILcdAIXMGeoborderFeature
interface.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdAIXMGeoborderFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdAIXMGeoborderFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdAIXMGeoborderFeatureClassMapper
protected TLcdAIXMGeoborderFeatureClassMapper()Constructs a newTLcdAIXMGeoborderFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdAIXMGeoborderFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAIXMGeoborderFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdAIXMGeoborderFeature
interface.- Returns:
- a
TLcdAIXMGeoborderFeatureClassMapper
object
-