Aspose.GIS for .NET 22.12 Release Notes
Contents
[
Hide
]
This page contains release notes information for Aspose.GIS for .NET 22.12.
Major Features
- Add more options for GeoJson format.
Full List of Issues Covering all Changes in this Release
Key | Summary | Category |
---|---|---|
GISNET-1387 | Add InMemory driver for InMemoryLayer | Feature |
GISNET-1387 | Add AutoIds Option for GeoJson | Feature |
GISNET-1387 | Add ArrayAsString Option for GeoJson | Feature |
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