deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.tools.datastore
Class DBSchemaToDatastoreConf

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

Constructor Summary
DBSchemaToDatastoreConf(String[] tables, String user, String pw, String driver, String logon, String srs, String pkey, Integer srid, String insert, String update, String delete, String idGenerator, String sequence, String omitFidAsProperty)
           
 
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
 

Constructor Detail

DBSchemaToDatastoreConf

public DBSchemaToDatastoreConf(String[] tables,
                               String user,
                               String pw,
                               String driver,
                               String logon,
                               String srs,
                               String pkey,
                               Integer srid,
                               String insert,
                               String update,
                               String delete,
                               String idGenerator,
                               String sequence,
                               String omitFidAsProperty)
                        throws IOException
Parameters:
tables - list of table names used for one featuretype
user - database user
pw - users password
driver - database driver
logon - database URL/logon
srs -
Throws:
IOException
Method Detail

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

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org