class SLDWriter extends java.lang.Object
Write a Style to an SLD document
def sym = new Fill("#ff00FF") + new Stroke("#ffff00", 0.25") def writer = new SLDWriter() writer.write(sym)
Type | Name and description |
---|---|
boolean |
format Whether to format the SLD or not |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Write the Style to the OutputStream
The
- StyleThe
- OutputStreamWrite the Style to the File
style
- The Stylefile
- The FileWrite the Style to a String
The
- Style