Skip to content

0.7.2

Compare
Choose a tag to compare
@BenMorel BenMorel released this 09 Oct 22:36

🗑️ Deprecations

The GeometryEngineRegistry class has been deprecated. All convenience methods on Geometry classes that rely on the GeometryEngineRegistry are deprecated, and will be removed in version 0.8.

You should now explicitly call the GeometryEngine, that you can get injected with your dependency injection container.

Deprecated methods:

  • Curve::isClosed()
  • Curve::isRing()
  • Curve::length()
  • Geometry::boundary()
  • Geometry::buffer()
  • Geometry::centroid()
  • Geometry::contains()
  • Geometry::convexHull()
  • Geometry::crosses()
  • Geometry::difference()
  • Geometry::disjoint()
  • Geometry::distance()
  • Geometry::equals()
  • Geometry::envelope()
  • Geometry::intersection()
  • Geometry::intersects()
  • Geometry::isSimple()
  • Geometry::isValid()
  • Geometry::locateAlong()
  • Geometry::locateBetween()
  • Geometry::maxDistance()
  • Geometry::overlaps()
  • Geometry::relate()
  • Geometry::simplify()
  • Geometry::snapToGrid()
  • Geometry::symDifference()
  • Geometry::touches()
  • Geometry::transform()
  • Geometry::union()
  • Geometry::within()
  • MultiCurve::isClosed()
  • MultiCurve::length()
  • MultiSurface::area()
  • MultiSurface::pointOnSurface()
  • Point::azimuth()
  • PolyhedralSurface::boundingPolygons()
  • PolyhedralSurface::isClosed()
  • Surface::area()
  • Surface::pointOnSurface()