Browse our Products

Aspose.GIS for .NET 18.10 Release Notes

Major Features

Major features and improvements in this release:

  • Reading OBJECTID from FIleGDB Layers
  • Computing distance between Geometries
  • Computing areas and lengths of Geometries
  • Computing convex hull of Geometries
  • Computing centroid of Geometries
  • Building a buffer of Geometries

Fixes:

  • Shape writing into FileGDB.
  • Compute Union

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
GISNET-210Geometry Buffer OperationNew Feature
GISNET-213Compute Distance between GeometriesNew Feature
GISNET-214Geometry Convex Hull OperationNew Feature
GISNET-215Geometry Area and Length OperationsNew Feature
GISNET-216Geometry Centroid OperationNew Feature
GISNET-217A point on Surface OperationNew Feature
GISNET-218Covers and CoveredBy operationsNew Feature
GISNET-221Read OBJECTID from FileGDB layersImprovement
GISNET-222Unable to Compute UnionBug
GISNET-226Shape distortion in GDBBug

Public API and Backward Incompatible Changes

New methods in IGeometry interface (and overloads in Geometry class):

IGeometry.GetBuffer

IGeometry.GetDistanceTo(IGeometry)

IGeometry.GetConvexHull()

IGeometry.GetLength()

IGeometry.GetArea()

IGeometry.GetCentroid()

ISurface.GetPointOnSurface()

IGeometry.Covers(IGeometry)

IGeometry.CoveredBy(IGeometry)