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

    Function polygonsIntersectionsLookup

    • Run through the vectorPolygons and Builds the ring intersection lookup

      Type Parameters

      • D extends Properties = Properties

      Parameters

      • vectorPolygons: VectorMultiPolygon<D>

        the collection of polygons

      • OptionalsegmentFilter: (seg1: Segment) => (seg2: Segment) => boolean

        the function to filter the segments, default ignores self intersections

      Returns RingIntersectionLookup<D>

      • the ring intersection lookup for all rings in the multipolygon collection