| |
|
| java.lang.Object org.geotools.xml.transform.TransformerBase org.geotools.styling.SLDTransformer
SLDTransformer | public class SLDTransformer extends TransformerBase (Code) | | Produces SLD to an output stream.
author: Ian Schneider |
Inner Class :static class SLDTranslator extends TranslatorSupport implements StyleVisitor | |
Constructor Summary | |
public | SLDTransformer() Construct a new instance of SLDTransformer with the
default namespace mappings usually found in a simple Styled Layer
Descriptor element. | public | SLDTransformer(Map nsBindings) Construct a new instance of SLDTransformer with the
additional namespace mappings contained in nsBindings . |
SLDTransformer | public SLDTransformer()(Code) | | Construct a new instance of SLDTransformer with the
default namespace mappings usually found in a simple Styled Layer
Descriptor element.
|
SLDTransformer | public SLDTransformer(Map nsBindings)(Code) | | Construct a new instance of SLDTransformer with the
additional namespace mappings contained in nsBindings .
The designated collection contains mappings of
URI to associated
prefix (string) to emit in the generated XML element.
|
main | final public static void main(String[] args) throws Exception(Code) | | Currently does nothing.
Parameters: args - DOCUMENT ME! throws: Exception - DOCUMENT ME! |
Fields inherited from org.geotools.xml.transform.TransformerBase | final public static String XMLNS_NAMESPACE(Code)(Java Doc)
|
|
|
|