-
Retrieves the bounding box of the feature.
-
Creates a `Box` that covers a single point.
Creates a `Box` that covers a single point.
Coordinates.bounds(int[] coords)
Creates a Box from a string that specifies four coordinates (west, south,
east, north), in degrees longitude/latitude.
Creates a bounding box whose sides extend by a specific distance relative
to a coordinate pair.
Creates a new bounding box that is the result of the intersection between
this bounding box and another.
Calculates a new BoundingBox that represents the area of overlap
between the given bounds and the bounding box of a tile
Creates a bounding box whose sides are extended by a specific distance relative
to another bounding box.
Creates a bounding box whose sides extend by a specific distance relative
to a coordinate pair.
Creates a bounding box whose sides extend by a specific distance relative
to a coordinate pair.
Creates a bounding box that covers the entire world.
Box.ofWSEN(double west,
double south,
double east,
double north)
Box.ofXYXY(int x1,
int y1,
int x2,
int y2)