peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Add Validate method #521

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

Description

Adds a Validate method that checks if a geometry is valid after construction (in case validations were disabled).

Check List

Have you:

Related Issue

Benchmark Results

TODO

Click to expand ``` PASTE BENCHMARKS HERE ```