org.deegree.tools.datastore
Class DBSchemaToDatastoreConf
java.lang.Object
org.deegree.tools.datastore.DBSchemaToDatastoreConf
public class DBSchemaToDatastoreConf
- extends Object
Example: java -classpath .;deegree.jar;$databasedriver.jar
org.deegree.tools.datastore.DBSchemaToDatastoreConf -tables mytable,myothertable -user dev
-password dev -driver oracle.jdbc.OracleDriver -url jdbc:oracle:thin:@localhost:1521:devs -output
e:/temp/schema.xsd
or for shapefile:
java -classpath .;deegree.jar org.deegree.tools.datastore.DBSchemaToDatastoreConf -url
c:/data/myshape -driver SHAPE -output e:/temp/schema.xsd
- Version:
- $Revision: 8049 $, $Date: 2007-08-23 10:19:28 +0200 (Do, 23 Aug 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Method Summary |
static void |
main(String[] args)
|
String |
run()
creates a schema/datastore configuration for accessin database table through deegree WFS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBSchemaToDatastoreConf
public DBSchemaToDatastoreConf(String[] tables,
String user,
String pw,
String driver,
String logon,
String srs)
throws IOException
- Parameters:
tables
- list of table names used for one featuretypeuser
- database userpw
- users passworddriver
- database driverlogon
- database URL/logonsrs
-
- Throws:
IOException
run
public String run()
throws Exception
- creates a schema/datastore configuration for accessin database table through deegree WFS
- Returns:
- a schema/datastore configuration for accessin database table through deegree WFS
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Parameters:
args
-
- Throws:
IOException
SAXException
TransformerException
Exception
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net