Uses of Interface
org.episteme.core.mathematics.geometry.boundaries.BoundingBox
Packages that use BoundingBox
Package
Description
Comprehensive boundary and region support for geometric modeling.
Provides classes for social geography, human settlements, and mapping.
-
Uses of BoundingBox in org.episteme.core.mathematics.geometry.boundaries
Classes in org.episteme.core.mathematics.geometry.boundaries that implement BoundingBoxModifier and TypeClassDescriptionclassAxis-aligned bounding box in 2D.classAxis-aligned bounding box in 3D.Methods in org.episteme.core.mathematics.geometry.boundaries that return BoundingBoxModifier and TypeMethodDescriptionBoundary.getBoundingBox()Returns the bounding box of this boundary.CompositeBoundary.getBoundingBox()CompositeBoundary2D.getBoundingBox()CompositeBoundary3D.getBoundingBox()ConvexPolygon2D.getBoundingBox()ConvexPolyhedron3D.getBoundingBox()FuzzyBoundary2D.getBoundingBox()PointBoundary.getBoundingBox()Expands this bounding box to include a point.BoundingBox.merge(BoundingBox<P> other) Merges this bounding box with another.BoundingBox2D.merge(BoundingBox<Point2D> other) BoundingBox3D.merge(BoundingBox<Point3D> other) Methods in org.episteme.core.mathematics.geometry.boundaries with parameters of type BoundingBoxModifier and TypeMethodDescriptionbooleanBoundingBox.intersects(BoundingBox<P> other) Checks if this box intersects with another.booleanBoundingBox2D.intersects(BoundingBox<Point2D> other) booleanBoundingBox3D.intersects(BoundingBox<Point3D> other) BoundingBox.merge(BoundingBox<P> other) Merges this bounding box with another.BoundingBox2D.merge(BoundingBox<Point2D> other) BoundingBox3D.merge(BoundingBox<Point3D> other) -
Uses of BoundingBox in org.episteme.social.geography
Classes in org.episteme.social.geography that implement BoundingBoxMethods in org.episteme.social.geography that return BoundingBoxModifier and TypeMethodDescriptionGeoPath.SimpleGeoPath.getBoundingBox()GeoPolygon.SimpleGeoPolygon.getBoundingBox()GeoBoundingBox.include(EarthCoordinate point) GeoBoundingBox.merge(BoundingBox<EarthCoordinate> other) Methods in org.episteme.social.geography with parameters of type BoundingBoxModifier and TypeMethodDescriptionbooleanGeoBoundingBox.intersects(BoundingBox<EarthCoordinate> other) GeoBoundingBox.merge(BoundingBox<EarthCoordinate> other)