the bounds of the bounding box.
Optional
geometryName: string | PropertyNamean optional geometry name.
A Bbox operator
Create a bounding box expression.
FilterFactory.bbox(0, 0, 20, 40, "EPSG:4326");
x coordinate of the box's lower corner
y coordinate of the box's lower corner
x coordinate of the box's upper corner
y coordinate of the box's upper corner
Optional
srsName: stringname of the reference the box is defined in.
Optional
geometryName: string | PropertyNamean optional geometry name.
A Bbox operator
Create a bounding box expression.