Browse our Products

Aspose.GIS for .NET 21.5 Release Notes

Major Features

  • Format and parse coordinate using Degree Minutes Seconds (DMS), Degree Decimal Minutes (DDM), Decimal Degree (DD)
  • Format and parse coordinate using GeoRef

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
GISNET-1221Support for formatting and parsing GeoRef, DMS, DDM, DDFeature
GISNET-1222Invalid character when KML readingBug

Public API and Backward Incompatible Changes

Following members have been added:

  • P:Aspose.Gis.Formats.Kml.KmlOptions.SymbolToReplaceInvalidChars
  • T:Aspose.Gis.GeoConvert
  • M:Aspose.Gis.GeoConvert.AsPointText(System.Double,System.Double,Aspose.Gis.PointFormats)
  • M:Aspose.Gis.GeoConvert.AsPointText(Aspose.Gis.Geometries.IPoint,Aspose.Gis.PointFormats)
  • M:Aspose.Gis.GeoConvert.ParsePointText(System.String)
  • M:Aspose.Gis.GeoConvert.TryParsePointText(System.String,Aspose.Gis.Geometries.IPoint@)

Following members have been removed:

  • none