org.deegree.style.se.parser
Class PostgreSQLWriter
java.lang.Object
org.deegree.style.se.parser.PostgreSQLWriter
public class PostgreSQLWriter
- extends Object
PostgreSQLWriter
- Version:
- $Revision: 30481 $, $Date: 2011-04-18 16:10:34 +0200 (Mon, 18 Apr 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgreSQLWriter
public PostgreSQLWriter(String connId,
String schema)
- Parameters:
connId
-
write
public void write(Style style,
String name)
- Parameters:
style
- name
-
write
public void write(InputStream in,
String name)
throws IOException
- Writes a style as SLD/SE 'blob'.
- Parameters:
in
- name
-
- Throws:
IOException
main
public static void main(String[] args)
throws XMLStreamException,
FactoryConfigurationError,
IOException
- Simple importer for SE files, with hardcoded 'configtool' on localhost.
- Parameters:
args
-
- Throws:
XMLStreamException
FactoryConfigurationError
IOException
Copyright © 2011. All Rights Reserved.