Skip to content

Improve handling for geospatial types [DATACMNS-481] #950

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions