Browse our Products

Aspose.GIS for .NET 21.7 Release Notes

Major Features

  • Write data to CSV
  • Add options for CSV
  • Crop Raster Layer
  • Fix bugs in KML, GML

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
GISNET-1229Write data to CSVFeature
GISNET-1219Crop Raster Layer using Vector ShapeFeature
GISNET-1237Add geometry options to CSVFeature
GISNET-1233Add delimiters options to read CSVFeature
GISNET-1234Add record and fields options to read CSVFeature
GISNET-1241Support Esri style VERTCS for WKTEnhancement
GISNET-1239Fix ‘Missed closing point’ for Geometry.ReplacePolygonsByLinesBug
GISNET-1243Fix ‘Non-negative number required’ Exception For KMLBug
GISNET-1244Fix ‘Undeclared prefix’ Exception For KMLBug
GISNET-1245Fix ‘Value cannot be null’ Exception For GMLBug

Public API and Backward Incompatible Changes

Following members have been added:

  • M:Aspose.Gis.Raster.RasterLayer.Crop(Aspose.Gis.Geometries.IGeometry)
  • P:Aspose.Gis.Formats.Csv.CsvOptions.Delimiter
  • P:Aspose.Gis.Formats.Csv.CsvOptions.DoubleQuoteEscape
  • P:Aspose.Gis.Formats.Csv.CsvOptions.StartLineNumber
  • P:Aspose.Gis.Formats.Csv.CsvOptions.HasAttributeNames
  • P:Aspose.Gis.Formats.Csv.CsvOptions.ColumnX
  • P:Aspose.Gis.Formats.Csv.CsvOptions.ColumnY
  • P:Aspose.Gis.Formats.Csv.CsvOptions.ColumnZ
  • P:Aspose.Gis.Formats.Csv.CsvOptions.ColumnM
  • P:Aspose.Gis.Formats.Csv.CsvOptions.ColumnWkt

Following members have been removed:

  • none