Package com.luciad.ais.model.geoborder
Class TLcdGeoborderFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.geoborder.TLcdGeoborderFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMGeoborderFeatureClassMapper
This class defines a feature class mapper for geographical borders.
For each feature defined in the ILcdGeoborderFeature interface,
it keeps track of a Class object.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdGeoborderFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdGeoborderFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdGeoborderFeatureClassMapper
protected TLcdGeoborderFeatureClassMapper()Constructs a newTLcdGeoborderFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdGeoborderFeatureinterface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdGeoborderFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdGeoborderFeatureinterface.- Returns:
- a
TLcdGeoborderFeatureClassMapperobject
-