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

    Function findPolygonIntersections

    • Find the intersection of two segments if it exists

      Parameters

      • vectorPolygons: VectorMultiPolygon

        the collection of polygons

      • segment1: Segment

        the first segment

      • segment2: Segment

        the second segment

      Returns undefined | VectorPoint<Properties>

      • the intersection if it exists. Undefined otherwise.