• Creates a point with the specified coordinates

    Parameters

    • reference: null | CoordinateReference

      the reference in which the point is defined

    • coordinates: number[]

      the coordinate of the point, expressed as an array. (e.g. "[52,5]")

    Returns Point

    the point