org.deegree.feature.persistence.sql.config
Class SQLFeatureStoreConfigWriter
java.lang.Object
org.deegree.feature.persistence.sql.config.SQLFeatureStoreConfigWriter
public class SQLFeatureStoreConfigWriter
- extends Object
Creates configuration documents for the PostGISFeatureStore
from MappedAppSchema
instances.
- Version:
- $Revision: 32155 $, $Date: 2011-10-18 18:49:01 +0200 (Tue, 18 Oct 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLFeatureStoreConfigWriter
public SQLFeatureStoreConfigWriter(MappedAppSchema schema)
- Creates a new
SQLFeatureStoreConfigWriter
instance.
- Parameters:
schema
- the mapped application schema to export, must not be null
writeConfig
public void writeConfig(XMLStreamWriter writer,
String connId,
List<String> schemaURLs)
throws XMLStreamException
- Exports the configuration document.
- Parameters:
writer
- connId
- schemaURLs
-
- Throws:
XMLStreamException
Copyright © 2011. All Rights Reserved.