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 Type
    Method
    Description
    Returns a decoder that can save the given model back to its original location and in its original format.
  • Method Details

    • createModelEncoder

      ILcdModelEncoder createModelEncoder(ILcdModel aModel)
      Returns a decoder that can save the given model back to its original location and in its original format.
      Parameters:
      aModel - An ILcdModel.
      Returns:
      An ILcdModelEncoder.