Package com.luciad.ais.model.procedure
Class TLcdProcedureLegFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.procedure.TLcdProcedureLegFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
- Direct Known Subclasses:
TLcdAIXMProcedureLegFeatureClassMapper
This class defines a feature class mapper for procedures legs.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdProcedureLegFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdProcedureLegFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdProcedureLegFeatureClassMapper
protected TLcdProcedureLegFeatureClassMapper()Constructs a newTLcdProcedureLegFeatureClassMapperobject.The new instance will contain a feature class mapping for each feature in the
ILcdProcedureLegFeatureinterface. This protected constructor was added to allow one to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdProcedureLegFeatureClassMapperobject.This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in the
ILcdProcedureLegFeatureinterface.
-