- Improve WKT and EWKT reading performance
- Fix serialization difference between .NET Core and .NET Framework with double.NaN values
- Geometry: add
CurveToLinemethod
- WKT de-serialization fails when M and Z values are present #2
- Unsupported WKT Formats #1
- .NET Standard 1.1 support
- Geometry Types
- CircularString
- CompoundCurve
- CurvePolygon
- MultiCurve
- MultiSurface
- PolyhedralSurface
- TIN
- Triangle
- Polygon: change type of
ExteriorRingfromList<Point>toLinearRing - Polygon: change type of
InteriorRingsfromList<List<Point>>toList<LinearRing> - MultiPoint: rename
Points->Geometries - MultiLineString: rename
LineStrings->Geometries - MultiPolygon: rename
Polygons->Geometries
- Geometry: add
GetCentermethod - Geometry: add
GetBoundingBoxmethod - Geometry: add
SerializeStringmethod - Geometry: add
SerializeByteArraymethod