Uses of Class
com.geodesk.geom.Box
Packages that use Box
-
Uses of Box in com.geodesk.feature
Methods in com.geodesk.feature that return Box -
Uses of Box in com.geodesk.geom
Methods in com.geodesk.geom that return BoxModifier and TypeMethodDescriptionstatic BoxBox.atLonLat(double lon, double lat) Creates aBoxthat covers a single point.static BoxBox.atXY(int x, int y) Creates aBoxthat covers a single point.static BoxCoordinates.bounds(int[] coords) static BoxTile.bounds(int tile) static BoxBox.fromEnvelope(Envelope env) static BoxCreates a Box from a string that specifies four coordinates (west, south, east, north), in degrees longitude/latitude.static BoxBox.impsAroundXY(int d, int x, int y) Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.Box.intersection(Bounds o) Creates a new bounding box that is the result of the intersection between this bounding box and another.static BoxBox.intersection(Bounds a, Bounds b) static BoxTile.intersection(int tile, Bounds bounds) Calculates a new BoundingBox that represents the area of overlap between the given bounds and the bounding box of a tilestatic BoxBox.metersAround(double meters, Bounds other) Creates a bounding box whose sides are extended by a specific distance relative to another bounding box.static BoxBox.metersAroundLonLat(double meters, double lon, double lat) Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.static BoxBox.metersAroundXY(double meters, int x, int y) Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.static BoxCreates the tightestBoxthat encloses the given JTSGeometry.static BoxBox.of(LineSegment seg) Creates the tightestBoxthat encloses the givenLineSegment.static BoxBox.ofWorld()Creates a bounding box that covers the entire world.static BoxBox.ofWSEN(double west, double south, double east, double north) static BoxBox.ofXYWidthHeight(int x, int y, int w, int h) static BoxBox.ofXYXY(int x1, int y1, int x2, int y2)