ngu / geonorge-nedlastingapi

An implementation in Java of the Geonorge Download API (https://nedlasting.geonorge.no/Help)
MIT License
4 stars 2 forks source link

valider koordinatliste for gyldig geometri #34

Closed bgrotan closed 6 years ago

bgrotan commented 6 years ago

Vi kan ikke ta for god fisk at klienten sender gyldig geometri, eksempelvis at koordinatlisten er self-intersect.

Eksempelkode med bruk av JTS - Java Topolgy Suite på: https://www.linkedin.com/pulse/open-source-advent-1-bj%C3%B8rn-ove-gr%C3%B8tan/

bgrotan commented 6 years ago

Implementert i GeometryUtils ved tidligere tidspunkt.