Are there any embedded spatial databases for Java? I've come across H2 Spatial, but it was difficult to tell the status of that and if it can be used as an embedded spatial database.
thanks,
Jeff
|
Are there any embedded spatial databases for Java? I've come across H2 Spatial, but it was difficult to tell the status of that and if it can be used as an embedded spatial database. thanks, Jeff |
|||||||
|
|
You could try Hatbox (http://hatbox.sourceforge.net/derbyquickstart.html) from the web page:
|
|||
|
|
|
Look on JASPA for this http://forge.osor.eu/projects/jaspa/ http://www.osor.eu/projects/jaspa Links above from the announcement on http://www.listware.net/201007/postgresql-general/88038-general-jaspa-java-spatial-for-postgresql-and-h2-released.html Some presentations about it at foss4g 2010 http://2010.foss4g.org/presentations_show.php?id=3661 |
|||
|
|
|
GeoDB (http://github.org/jdeolive/geodb) is exactly what you need. It's an extension to H2 based on JTS. There also is a Hibernate dialect for geodb (http://www.hibernatespatial.org/hibernate-spatial-h2-geodb/). |
|||
|
|