Package com.luciad.ais.model.service
Class TLcdServiceFeatureClassMapper
java.lang.Object
com.luciad.ais.model.util.TLcdFeatureClassMapper
com.luciad.ais.model.service.TLcdServiceFeatureClassMapper
- All Implemented Interfaces:
ILcdFeatureClassMapper
This class defines a feature class mapper for services.
For each feature defined in the
ILcdServiceFeature interface,
it keeps track of a Class object.- Since:
- 6.2, 6.2
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a newTLcdServiceFeatureClassMapperobject. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapperReturns aTLcdServiceFeatureClassMapperobject.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdServiceFeatureClassMapper
protected TLcdServiceFeatureClassMapper()Constructs a newTLcdServiceFeatureClassMapperobject. The new instance will contain a feature class mapping for each feature in theILcdServiceFeatureinterface. This protected constructor was added to allow one to make extensions of this class.
-
-
Method Details
-
getInstance
Returns aTLcdServiceFeatureClassMapperobject. This method will always return the same instance. The returned instance will contain a feature class mapping for each feature in theILcdServiceFeatureinterface.- Returns:
- a
TLcdServiceFeatureClassMapperobject.
-