org.deegree.rendering.r2d.se.parser
Class PostgreSQLWriter
java.lang.Object
org.deegree.rendering.r2d.se.parser.PostgreSQLWriter
public class PostgreSQLWriter
- extends java.lang.Object
PostgreSQLWriter
- Version:
- $Revision: 24118 $, $Date: 2010-05-04 22:16:20 +0200 (Di, 04. Mai 2010) $
- Author:
- Andreas Schmitz, last edited by: $Author: mschneider $
Method Summary |
static void |
main(java.lang.String[] args)
Simple importer for SE files, with hardcoded 'configtool' on localhost. |
void |
write(java.io.InputStream in,
java.lang.String name)
Writes a style as SLD/SE 'blob'. |
void |
write(Style style,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgreSQLWriter
public PostgreSQLWriter(java.lang.String connId)
- Parameters:
connId
-
write
public void write(Style style,
java.lang.String name)
- Parameters:
style
- name
-
write
public void write(java.io.InputStream in,
java.lang.String name)
throws java.io.IOException
- Writes a style as SLD/SE 'blob'.
- Parameters:
in
- name
-
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws javax.xml.stream.XMLStreamException,
javax.xml.stream.FactoryConfigurationError,
java.io.IOException
- Simple importer for SE files, with hardcoded 'configtool' on localhost.
- Parameters:
args
-
- Throws:
javax.xml.stream.XMLStreamException
javax.xml.stream.FactoryConfigurationError
java.io.IOException
Copyright © 2011. All Rights Reserved.