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 Details

    • createModelEncoder

      ILcdModelEncoder createModelEncoder(ILcdModel aModel, TLcdWFSRequestContext aContext)
      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 returns null.
      Parameters:
      aModel - An ILcdModel containing the data that needs to be saved.
      aContext - An TLcdWFSRequestContext giving access to the request parameters.
      Returns:
      An ILcdModelEncoder that can save the given model or null if no model encoder can be created.
      Since:
      2026.0