Subversion Repositories hibernate-spatial

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message
129 1509d 07h maesenka /trunk/hibernate-spatial-oracle/src/ Fixed HIBSPA-5. Solution based on David Mack's patch.
125 1576d 15h maesenka /trunk/hibernate-spatial-oracle/src/ Added tests for Measured geometries.
124 1576d 15h maesenka /trunk/hibernate-spatial-oracle/src/ Added tests for Measured geometries.
122 1581d 04h maesenka /trunk/hibernate-spatial-oracle/src/ HIBSPA-25
Patch submitted by David Mack applied.
120 1646d 15h maesenka /trunk/hibernate-spatial-oracle/src/ Corrected mistake in name properties file.
118 1737d 17h maesenka /trunk/hibernate-spatial-oracle/src/ Site update for release 1.0-M2
103 1738d 17h maesenka /trunk/hibernate-spatial-oracle/src/ Fixed issues HIBSPA-14, HIBSPA-15, HIBSPA-12, and HIBSPA-9.
98 1793d 16h maesenka /trunk/hibernate-spatial-oracle/src/ Corrected bug reported by Peter Plumber on the -dev mailing list on 2008-06-19.
96 1901d 06h maesenka /trunk/hibernate-spatial-oracle/src/ Geometry type now registered as "MDSYS.SDO_GEOMETRY" instead of "SDO_GEOMETRY".
90 1910d 08h maesenka /trunk/hibernate-spatial-oracle/src/ Correct SpatialDialect: SDO_GEOMETRY_TYPE is now properly registered.
74 1941d 08h maesenka /trunk/hibernate-spatial-oracle/src/ Updated DialectProvider to reflect changes in interface.
67 1981d 11h maesenka /trunk/hibernate-spatial-oracle/src/ Added support for Oracle-specific Projections and Restrictions.
Added support for the general "extent" spatial aggregate function.
63 2009d 11h maesenka /trunk/hibernate-spatial-oracle/src/ Deleted sysout statement that was left from debugging.
61 2009d 12h maesenka /trunk/hibernate-spatial-oracle/src/ Implemented support for SDO_GEOMETRIES of type COLLECTION.
Added COLLECTION unit test to TestGeomConversion.
60 2010d 06h maesenka /trunk/hibernate-spatial-oracle/src/ Corrected WKB return type.
59 2010d 08h maesenka /trunk/hibernate-spatial-oracle/src/ * Corrected bug in how ordinates for sub-elements of compound elements are retrieved.
* Cleaned up old code.
58 2010d 08h maesenka /trunk/hibernate-spatial-oracle/src/ * Corrected bug in how ordinates for sub-elements of compound elements are retrieved.
* Cleaned up old code.
57 2015d 05h maesenka /trunk/hibernate-spatial-oracle/src/ * Removed the dependency on sdoapi.jar
* Added linearization and LRS support (by Tom Acree)
* Added additional geometry conversion unit tests
* Added Oracle-specific SpatialProjections
* Updated header files
50 2022d 06h maesenka /trunk/hibernate-spatial-oracle/src/ Temporarily commented out the Spatial Aggregation features.
49 2029d 08h maesenka /trunk/hibernate-spatial-oracle/src/ Added contributions by Tom Acree (LRS support).

The SDOGeometryType has been almost completely rewritten.
This commit is an intermediate step in the process of
eliminating the dependency on sdoapi.jar.

Unit test for spatial queries is now adapted to the new
version of the delegate in Hibernate Spatial core.

The dialect creates for the spatial relation expressions
SQL expressions that they work both in SQL select and where clauses.

Show All