• Creates a Bounds with the specified coordinates.

    Parameters

    • reference: null | CoordinateReference

      the reference in which the coordinates are defined

    • Optional coordinates: number[]

      the coordinate of the bounds, expressed as an array. (e.g. "[x,width,y,height]" or "[x,width,y,height,z,depth]")

    Returns Bounds

    The bounds with the specified coordinates