spring-projects / spring-projects/spring-data-commons
Improve handling for geospatial types [DATACMNS-481]
@odrotbohm is already working on this.
Since Dec 30, 2020.
- Dominant language
- Java
- Stars
- 838
- Forks
- 730
- PR merge metrics
- No merged PRs in 30d
Description
Michael Hunger opened DATACMNS-481 and commented
Support rendering the geospatial objects to Well-Known-Text out of the box and construct them from WKT. Also add a converter between String (WKT) and Shape / Point
http://en.wikipedia.org/wiki/Well-known_text
Add static factory methods for creating the geospatial objects.
Like Point.xy(x,y) or Point.latLon(lat,lon) (which is (y,x) )
Other important methods would box.toBoundingBox()
(lower left corner, upper right corner)
polygon.closedPolygon() that repeats the starting point.
All these would make working with the primitives much easier
No further details from DATACMNS-481
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.