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