Browse our Products

Aspose.GIS for .NET 18.11 Release Notes

Major Features

Major features and improvements in this release:

  • Import from WKT and WKB
  • Export to WKT and WKB

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
GISNET-234Translate Geometries to/from WKT and WKBNew Feature

Public API and Backward Incompatible Changes

  • static Geometry.FromText method - creates geometry from WKT
  • static Geometry.FromBinary method - creates geometry from WKB
  • Geometry.AsText methods - translate geometry to WKT
  • Geometry.AsBinary methods - translate geometry to WKB
  • Geometry.ToEditable methods - converts a read-only geometry (IGeometry or one of its inheritors) to editable geometry (Geometry or one of its inheritors)