org.geotools.demo.jdbc
Class JDBCDemo

java.lang.Object
  extended by org.geotools.demo.jdbc.JDBCDemo

public class JDBCDemo
extends java.lang.Object

Demo application illustrating the use of JDBC datastores.

This demo runs with an embedded H2 database, but could easily be adapted to PostGIS,Oracle,etc...

Author:
Justin Deoliveira

Constructor Summary
JDBCDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCDemo

public JDBCDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.