Class TLcdAIXMProcedureFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.procedure.TLcdProcedureFeatureClassMapper
com.luciad.format.aixm.model.procedure.TLcdAIXMProcedureFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
Extension of the default procedure feature class mapper to support the additional
feature classes for AIXM.
- Since:
- 6.2
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructs a newTLcdAIXMProcedureFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdAIXMProcedureFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdAIXMProcedureFeatureClassMapper
protected TLcdAIXMProcedureFeatureClassMapper()Constructs a newTLcdAIXMProcedureFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdAIXMProcedureFeature
interface.This protected constructor was added to allow users to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdAIXMProcedureFeatureClassMapper
object.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdAIXMProcedureFeature
interface.- Returns:
- a
TLcdAIXMProcedureFeatureClassMapper
object
-