Uses of Interface
org.apache.lucene.spatial3d.geom.XYZSolid
Packages that use XYZSolid
-
Uses of XYZSolid in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom that implement XYZSolidModifier and TypeClassDescription(package private) class
Base class of a family of 3D rectangles, bounded on six sides by X,Y,Z limits(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensions(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in ZMethods in org.apache.lucene.spatial3d.geom that return XYZSolidModifier and TypeMethodDescriptionstatic XYZSolid
XYZSolidFactory.makeXYZSolid
(PlanetModel planetModel, double minX, double maxX, double minY, double maxY, double minZ, double maxZ) Create a XYZSolid of the right kind given (x,y,z) bounds.static XYZSolid
XYZSolidFactory.makeXYZSolid
(PlanetModel planetModel, XYZBounds bounds) Create a XYZSolid of the right kind given (x,y,z) bounds.