Interface ILcdWFSLockModelEncoder


public interface ILcdWFSLockModelEncoder
An interface for model encoders that can integrate a lock id in the encoded model. If a WFS-T server wants to support locking, all of the model encoders which are created by the ILcdWFSClientModelEncoderFactory should implement this interface.
Since:
10.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(ILcdModel aModel, String aDestinationName, String aLockID)
    Exports the given model, and integrates the lock id in the encoded result.