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
58 2009d 23h maesenka / * Corrected bug in how ordinates for sub-elements of compound elements are retrieved.
* Cleaned up old code.
57 2014d 20h maesenka / * 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
56 2014d 21h maesenka / * POM has now explicit dependency on test-classes
* Header files updated.
55 2014d 21h maesenka / * hibernate-spatail-mysql added as new child project.
* hibernate-spatial-jtsm deleted ( is now part of hibernate-spatial core).
54 2014d 21h maesenka / * Corrected the file headers.
* Added class Circle (contributed by Tom Acree).
* POM now generates separate jar for test classes (since these are used by the providers).
53 2014d 21h maesenka / Updated file headers, corrected documentation
52 2014d 21h maesenka / Initial Import.
51 2014d 21h maesenka / Initial import.
50 2021d 20h maesenka / Temporarily commented out the Spatial Aggregation features.
49 2028d 23h maesenka / 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.
48 2028d 23h maesenka / Corrected equals() method to be compatible with JTS.
47 2028d 23h maesenka / Updated to reflect the changes in delegate.
46 2028d 23h maesenka / Re-organized and cleaned up the spatial query unit tests.
45 2029d 02h maesenka / Added new type: Filter.
44 2029d 02h maesenka / Added a factory method with signature spatialRestriction(int relation, String propertyName, Geometry filter, Geometry value)
43 2045d 22h maesenka / Improved the interface:
getPointGeometry returns point.
getLinearGeometry returns MultiMLineString.
42 2045d 23h maesenka / First import. Code contributions from Tom Acree.
41 2045d 23h maesenka / Initial import.
40 2068d 03h maesenka / All packages renamed to org.hibernatespatial.*.
39 2068d 20h maesenka / Refactored all packages to org.hibernatespatial.*.

Show All