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