Uses of Interface
com.geodesk.geom.Bounds
Packages that use Bounds
-
Uses of Bounds in com.geodesk.feature
Methods in com.geodesk.feature that return BoundsModifier and TypeMethodDescriptiondefault Bounds
Filter.bounds()
The maximum bounding box in which acceptable candidates can be found.Methods in com.geodesk.feature with parameters of type Bounds -
Uses of Bounds in com.geodesk.geom
Classes in com.geodesk.geom with type parameters of type BoundsModifier and TypeClassDescriptionclass
OmtTreeBuilder<B extends Bounds>
interface
SpatialTreeBuilder<B extends Bounds>
interface
SpatialTreeFactory<B extends Bounds>
Classes in com.geodesk.geom that implement BoundsModifier and TypeClassDescriptionclass
BoundedItem<T>
class
An axis-aligned bounding box.class
static class
Methods in com.geodesk.geom with type parameters of type BoundsMethods in com.geodesk.geom that return BoundsMethods in com.geodesk.geom that return types with arguments of type BoundsMethods in com.geodesk.geom with parameters of type BoundsModifier and TypeMethodDescriptionprotected void
static int
Tile.bottomRight
(Bounds bbox, int zoom) Returns the bottom-right tile occupied by a bounding box.default boolean
void
Box.expandToInclude
(Bounds b) Checks if this bounding box includes another bounding box, and expands it if necessary.void
BoxBuilder.expandToInclude
(Bounds b) Checks if this bounding box includes another bounding box, and expands it if necessary.static int
Tile.fromBounds
(Bounds bbox, int zoom) Returns the tile occupied by the given bounding box, or -1 if its extends across multiple tiles.Box.intersection
(Bounds o) Creates a new bounding box that is the result of the intersection between this bounding box and another.static Box
Box.intersection
(Bounds a, Bounds b) static Box
Tile.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 tiledefault boolean
Bounds.intersects
(Bounds other) static boolean
static Box
Box.metersAround
(double meters, Bounds other) Creates a bounding box whose sides are extended by a specific distance relative to another bounding box.<T extends Bounds>
voidstatic Bounds
static int
Returns the top-left tile occupied by a bounding box.<T extends Bounds>
voidMethod parameters in com.geodesk.geom with type arguments of type BoundsModifier and TypeMethodDescriptionSpatialTreeFactory.createLeaf
(List<? extends Bounds> children, int start, int end) Constructors in com.geodesk.geom with parameters of type BoundsConstructor parameters in com.geodesk.geom with type arguments of type BoundsModifierConstructorDescriptionHilbertTileTree
(List<Bounds> items, int zoom, int maxEntries) OverlapMinimizingTree
(List<Bounds> items, int maxEntries) -
Uses of Bounds in com.geodesk.util
Methods in com.geodesk.util that return BoundsMethods in com.geodesk.util with parameters of type Bounds