Browse our Products

Aspose.GIS for .NET 22.12 Release Notes

Major Features

  • Add more options for GeoJson format.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
GISNET-1387Add InMemory driver for InMemoryLayerFeature
GISNET-1387Add AutoIds Option for GeoJsonFeature
GISNET-1387Add ArrayAsString Option for GeoJsonFeature

Public API and Backward Incompatible Changes

Following members have been added:

  • T:Aspose.Gis.AutoIds
  • F:Aspose.Gis.AutoIds.None
  • F:Aspose.Gis.AutoIds.Number
  • F:Aspose.Gis.AutoIds.Guid
  • P:Aspose.Gis.Drivers.InMemory
  • M:Aspose.Gis.FeaturesSequence.SplitTo
  • P:Aspose.Gis.Formats.GeoJson.GeoJsonOptions.AutoId
  • P:Aspose.Gis.Formats.GeoJson.GeoJsonOptions.Description
  • P:Aspose.Gis.Formats.GeoJson.GeoJsonOptions.ArrayAsString
  • T:Aspose.Gis.Formats.InMemory.InMemoryDriver
  • P:Aspose.Gis.Formats.InMemory.InMemoryDriver.CanCreateLayers
  • P:Aspose.Gis.Formats.InMemory.InMemoryDriver.CanOpenLayers
  • P:Aspose.Gis.Formats.InMemory.InMemoryDriver.CanCreateDatasets
  • M:Aspose.Gis.Formats.InMemory.InMemoryDriver.SupportsSpatialReferenceSystem(Aspose.Gis.SpatialReferencing.SpatialReferenceSystem)
  • M:Aspose.Gis.Formats.InMemory.InMemoryDriver.CreateLayer(Aspose.Gis.AbstractPath,Aspose.Gis.DriverOptions,Aspose.Gis.SpatialReferencing.SpatialReferenceSystem)
  • M:Aspose.Gis.Formats.InMemory.InMemoryDriver.CreateLayer
  • M:Aspose.Gis.Formats.InMemory.InMemoryDriver.OpenLayer(Aspose.Gis.AbstractPath,Aspose.Gis.DriverOptions)

Following members have been removed:

  • none