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

    Function buildPathsAndChunks

    • Build the PolyPaths and RingChunks

      Type Parameters

      • D extends Properties = Properties

      Parameters

      • vectorPolygons: VectorMultiPolygon<D>

        the collection of polygons

      • ringIntersectLookup: RingIntersectionLookup<D>

        the ring intersection lookup for all rings in the multipolygon collection

      Returns [
          PolyPath<D>[],
          Map<number, PolyPath<D>>,
          RingChunk<D>[],
          InterPointLookup<D>,
          BBox[],
      ]

      • the PolyPaths, their lookups, and RingChunks