| Constructor and Description |
|---|
DefaultSLDWriter(String v) |
| 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) |
public DefaultSLDWriter(String v)
public String getVersion()
getVersion in interface SLDWriterpublic void check(SLDObject obj) throws InvalidSLDObjectException, UnsupportedSLDObjectException
check in interface SLDWriterInvalidSLDObjectExceptionUnsupportedSLDObjectExceptionpublic void write(SLDObject obj, OutputStream outs) throws InvalidSLDObjectException, UnsupportedSLDObjectException, IOException
write in interface SLDWriterInvalidSLDObjectExceptionUnsupportedSLDObjectExceptionIOExceptionpublic void forceWrite(SLDObject obj, OutputStream outs) throws IOException
SLDWriterforceWrite in interface SLDWriterIOException