public interface ILcdWFSLockModelEncoder
ILcdWFSClientModelEncoderFactory
should implement this interface.ILcdWFSClientModelEncoderFactory
Modifier and Type | Method and Description |
---|---|
void |
export(ILcdModel aModel,
java.lang.String aDestinationName,
java.lang.String aLockID)
Exports the given model, and integrates the lock id in the encoded result.
|
void export(ILcdModel aModel, java.lang.String aDestinationName, java.lang.String aLockID) throws java.lang.IllegalArgumentException, java.io.IOException
ALcdWFSLock.getId()
.aModel
- the ILcdModel
to export.aDestinationName
- the name of the destination to which the model will be exported.aLockID
- the id of the lock which should be encoded in the result.java.lang.IllegalArgumentException
- if aModel
or aDestinationName
are not supported by this model encoder.java.io.IOException
- if an I/O error occurs during encoding.ILcdModelEncoder.export(com.luciad.model.ILcdModel, String)