- Improve WKT and EWKT reading performance
- Fix serialization difference between .NET Core and .NET Framework with double.NaN values
- Geometry: add
CurveToLine
method
- 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
ExteriorRing
fromList<Point>
toLinearRing
- Polygon: change type of
InteriorRings
fromList<List<Point>>
toList<LinearRing>
- MultiPoint: rename
Points
->Geometries
- MultiLineString: rename
LineStrings
->Geometries
- MultiPolygon: rename
Polygons
->Geometries
- Geometry: add
GetCenter
method - Geometry: add
GetBoundingBox
method - Geometry: add
SerializeString
method - Geometry: add
SerializeByteArray
method