gis-tools-ts - v0.6.0
    Preparing search index...

    Function polygonsIntersections

    • Find the intersection of a collection of polygons

      Type Parameters

      • M = Record<string, unknown>
      • D extends Properties = Properties
      • P extends Properties = Properties

      Parameters

      • polygons:
            | VectorMultiPolygon<D>
            | VectorMultiPolygonGeometry<D>
            | VectorFeature<M, D, P, VectorMultiPolygonGeometry<D>>
            | S2Feature<M, D, P, VectorMultiPolygonGeometry<D>>

        the collection of polygons

      Returns Intersection[]

      • found intersections