Hi

I have added a very bare minimum of support for spatial stuff to H2.

This support is built on top of the JTS library (http://sourceforge.net/p/jts-topo-suite)

At the moment the support consists of:
- the ability to create columns of type GEOMETRY
- the ability to create in-memory spatial indexes over GEOMETRY columns
- the ability to use the INTERSECTS operator to performs searches using those columns

Note that this is VERY EXPERIMENTAL.
ANYTHING MAY CHANGE.

I now need you guys to come up with whatever additional support is required from H2 (preferably in the form of patches), since I know very little about GIS in general.

You can look at the org.h2.test.db.TestSpatial class to get an idea of the current syntax.

Regards, Noel Grandin

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to