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
ConstructorsModifierConstructorDescriptionprotected
Constructs a newTLcdServiceFeatureClassMapper
object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdFeatureClassMapper
Returns aTLcdServiceFeatureClassMapper
object.Methods inherited from class com.luciad.ais.model.util.TLcdFeatureClassMapper
getFeatureClass, register
-
Constructor Details
-
TLcdServiceFeatureClassMapper
protected TLcdServiceFeatureClassMapper()Constructs a newTLcdServiceFeatureClassMapper
object.The new instance will contain a feature class mapping for each feature in the
ILcdServiceFeature
interface. This protected constructor was added to allow one to make extensions of this class.
-
-
Method Details