Package com.luciad.ogc.wfs
Interface ILcdWFSServerModelEncoderFactory
public interface ILcdWFSServerModelEncoderFactory
A model encoder factory for WFS server-side transactions. This factory is
used to save (commit) the results of model modifications back to the
server-side data store.
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelEncoder
(ILcdModel aModel) Returns a decoder that can save the given model back to its original location and in its original format.
-
Method Details
-
createModelEncoder
Returns a decoder that can save the given model back to its original location and in its original format.- Parameters:
aModel
- AnILcdModel
.- Returns:
- An
ILcdModelEncoder
.
-