Uses of Interface
org.apache.lucene.spatial3d.geom.XYZSolid

Packages that use XYZSolid
Package
Description
Shapes implemented using 3D planar geometry.
  • Uses of XYZSolid in org.apache.lucene.spatial3d.geom

    Classes in org.apache.lucene.spatial3d.geom that implement XYZSolid
    Modifier and Type
    Class
    Description
    (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 Z
    Modifier and Type
    Method
    Description
    static 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.