• Creates a polygon with the specified points (Point).

    Parameters

    Returns Polygon

    The polygon with the specified points

  • Creates a polygon with the specified point coordinates. The x, y, z elements of point coordinates must be expressed in the given reference.

    Parameters

    Returns Polygon

    The polygon with the specified point coordinates

    const reference = getReference("EPSG:4979");
    const polygon = createPolygon(reference, [[1,1,0],[3,1,0],[3,1,1000],[1,1,1000]);

    Since

    2021.0