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

    Parameters

    Returns Polyline

    The polyline with the specified points

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

    Parameters

    Returns Polyline

    The polyline with the specified point coordinates

    const reference = getReference("CRS:84");
    const polyline = createPolyline(reference, [[0,1],[10,1],[5,5]);

    Since

    2021.0