geolatte-geom support for SpatialPredicates

Description

Currently, SpatialPredicates only supports JTS. This task aims to add support for geolatte-geom as well.

While it is possible to convert between JTS <-> geolatte-geom Geometry types, it is impossible to do so with Expression<Geometry> types. Using Expression#as(Class) will perform a database cast, which has the side effect of converting Geography types to Geometry types, which may produce unintended behavior.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created April 23, 2020 at 3:34 PM
Updated February 9, 2021 at 1:00 PM
Resolved May 13, 2020 at 7:01 PM