public interface SLDWriter
Modifier and Type | Method and Description |
---|---|
void |
check(SLDObject obj) |
void |
forceWrite(SLDObject obj,
java.io.OutputStream outs)
Writes supported elements (not an invalid SLD file)
|
java.lang.String |
getVersion() |
void |
write(SLDObject obj,
java.io.OutputStream outs) |
java.lang.String getVersion()
void check(SLDObject obj) throws UnsupportedSLDObjectException, InvalidSLDObjectException
void write(SLDObject obj, java.io.OutputStream outs) throws InvalidSLDObjectException, UnsupportedSLDObjectException, java.io.IOException
InvalidSLDObjectException
UnsupportedSLDObjectException
java.io.IOException
void forceWrite(SLDObject obj, java.io.OutputStream outs) throws java.io.IOException
obj
- outs
- java.io.IOException