-
Creates a `Box` that covers a single point.
Creates a `Box` that covers a single point.
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.
Box.intersection(com.geodesk.geom.Bounds a,
com.geodesk.geom.Bounds b)
Calculates a new BoundingBox that represents the area of overlap
between the given bounds and the bounding box of a tile
Box.metersAround(double meters,
com.geodesk.geom.Bounds other)
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)
-
Retrieves the bounding box of the feature.