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 SLDWriter
public void check(SLDObject obj) throws InvalidSLDObjectException, UnsupportedSLDObjectException
check
in interface SLDWriter
InvalidSLDObjectException
UnsupportedSLDObjectException
public void write(SLDObject obj, OutputStream outs) throws InvalidSLDObjectException, UnsupportedSLDObjectException, IOException
write
in interface SLDWriter
InvalidSLDObjectException
UnsupportedSLDObjectException
IOException
public void forceWrite(SLDObject obj, OutputStream outs) throws IOException
SLDWriter
forceWrite
in interface SLDWriter
IOException