Replies: 1 comment 1 reply
-
I just saw your post in discussions after there was no progress on this topic quite for a while. The products I build in my professional work use arcs/curves and combinations of straight and arc lines in a lot of cases. So you could have a look at https://github.com/sebasbaumh/postgis-java-ng and see how far that will take you. Ideally I would like to see that functionality going into postgis-java - but as we use my fork already in production, I am also not afraid to just maintain and extend it when needed. |
Beta Was this translation helpful? Give feedback.
-
As documented in issue #54 the support of geometry types such as Curve, LineString would be very appreciated. Currently the deegree WKB/EWKB reader uses the JTS API to retrieve a geometry from a PG/PGIS database. We would like to make use of the postgis-java API with the extended set of geometry types.
Beta Was this translation helpful? Give feedback.
All reactions