GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
134 stars 63 forks source link

Geograt #33

Closed GisMarsch closed 8 years ago

GisMarsch commented 8 years ago

Changed some code:

  1. Fixed a bug in OracleSpatial SDO_POINT (Used Y coordinate of point as Z coordinate)
  2. Added old ORACLE SDO ELEM_TYPES 3 and 5 (they are not supported anymore, but got some legacy data containing that)
  3. Fixed a bug in coordinate sequence creation (Unsupported exception thrown --> Problems in Geotools)
  4. Fixed a bug in bounding box creation with 3D coordinates
  5. Added some tests for stuff
  6. Adopted MAVEN pom to my needs