metadata2SLD-methods: Methods to create a Styled Layer Description (SLD) file
Description
Creates a http://docs.geoserver.org/stable/en/user/styling/sld-introduction.html{Styled Layer Description} (SLD) file, that can be attached to a spatial layer contributed to GeoServer. It writes the "sp.pallete" object (legend entries, titles and colors) to an external file.
Usage
metadata2SLD(obj, ...)
Arguments
obj
object of class "SpatialMetadata"
...
other arguments
Details
The structure of the SLD file is determined by the object class (Point, Polygon, SpatialPixels).