org.deegree.style.se.parser
Class PostgreSQLWriter

java.lang.Object
  extended by 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 $

Constructor Summary
PostgreSQLWriter(String connId, String schema)
           
 
Method Summary
static void main(String[] args)
          Simple importer for SE files, with hardcoded 'configtool' on localhost.
 void write(InputStream in, String name)
          Writes a style as SLD/SE 'blob'.
 void write(Style style, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgreSQLWriter

public PostgreSQLWriter(String connId,
                        String schema)
Parameters:
connId -
Method Detail

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.