[geos-devel] test table
David Blasby
dblasby at refractions.net
Tue Nov 12 17:07:56 EST 2002
Here's conversion of theTestRelate*.xml files in the JTS 1.2 distribution as a postgis table.
CREATE TABLE "relate_test" (
"g1" geometry,
"g2" geometry,
"result" text
);
there are 555 tests.
I'm working on a converter:
PostGIS geometry -> WKT -> GEOS WKT Parser -> GEOS Geometry
until the GeometryFactory() methods are fixed. Things are looking good now!
dave
More information about the geos-devel
mailing list