Open
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