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, TLcdWFSRequestContext aContext) Returns an encoder that can save the given model back to its original location and in its original format.
-
Method Details
-
createModelEncoder
Returns an encoder that can save the given model back to its original location and in its original format. If the model is not supported the method returnsnull.- Parameters:
aModel- AnILcdModelcontaining the data that needs to be saved.aContext- AnTLcdWFSRequestContextgiving access to the request parameters.- Returns:
- An
ILcdModelEncoderthat can save the given model ornullif no model encoder can be created. - Since:
- 2026.0
-