| Name | Description | Type | Package | Framework |
| ArcDistance | Arc distance computation style. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| BasePlanetObject | All Geo3D shapes can derive from this base class, which furnishesNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| BaseXYZSolid | Base class of a family of 3D rectangles, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| Bounds | An interface for accumulating bounds information. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| DistanceStyle | Distance computation styles, supporting various ways of computing distance to shapes. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| dXdYdZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensionsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| dXdYZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| dXYdZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| dXYZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoArea | A GeoArea represents a standard 2-D breakdown of a part of sphere. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoAreaFactory | Factory for GeoArea. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBaseBBox | All bounding box shapes can derive from this base class, which furnishesNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBaseCircle | GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBaseDistanceShape | Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBaseMembershipShape | Membership shapes have capabilities of both geohashing and membership determination. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBasePolygon | GeoBasePolygon objects are the base class of most GeoPolygon objects. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBaseShape | Base extended shape object. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBBox | All bounding box shapes have this interface in common. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoBBoxFactory | Factory for GeoBBox. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoCircle | Interface describing circular area with a center and radius. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoCircleFactory | Class which constructs a GeoCircle representing an arbitrary circle. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoCompositeMembershipShape | GeoComposite is a set of GeoMembershipShape's, treated as a unit. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoCompositePolygon | GeoCompositePolygon is a specific implementation of GeoMembershipShape, which implements GeoPolygon explicitly. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoConvexPolygon | GeoConvexPolygon objects are generic building blocks of more complex structures. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDegenerateHorizontalLine | Degenerate bounding box limited on two sides (left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDegenerateLatitudeZone | This GeoBBox represents an area rectangle of one specific latitude with no longitude bounds. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDegenerateLongitudeSlice | Degenerate longitude slice. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDegeneratePoint | This class represents a degenerate point bounding box. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDegenerateVerticalLine | Degenerate bounding box limited on two sides (top lat, bottom lat). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDistance | An implementer of this interface is capable of computing the described "distance" values, which are meant to provide both actual distance values, as well as | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoDistanceShape | Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination). | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoLatitudeZone | This GeoBBox represents an area rectangle limited only in latitude. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoLongitudeSlice | Bounding box limited on left and right. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoMembershipShape | Membership shapes have capabilities of both geohashing and membershipWARNING: This API is experimental and might change in incompatible ways in the next release. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoNorthLatitudeZone | This GeoBBox represents an area rectangle limited only in south latitude. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoNorthRectangle | Bounding box limited on three sides (bottom lat, left lon, right lon), including The left-right maximum extent for this shape is PI; for anything larger, use | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoOutsideDistance | WARNING: This API is experimental and might change in incompatible ways in the next release. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoPath | GeoShape representing a path across the surface of the globe, with a specified half-width. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoPath .PathSegment | This is the pre-calculated data for a path segment. | Class | org.apache.lucene.geo3d.GeoPath | Apache Lucene |
|
| GeoPath .SegmentEndpoint | This is precalculated data for segment endpoint. | Class | org.apache.lucene.geo3d.GeoPath | Apache Lucene |
|
| GeoPoint | This class represents a point on the surface of a sphere or ellipsoid. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoPolygon | GeoPolygon interface description. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoPolygonFactory | Class which constructs a GeoMembershipShape representing an arbitrary polygon. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoRectangle | Bounding box limited on four sides (top lat, bottom lat, left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoShape | Generic shape. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoSizeable | Some shapes can compute radii of a geocircle in which they are inscribed. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoSouthLatitudeZone | This GeoBBox represents an area rectangle limited only in north latitude. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoSouthRectangle | Bounding box limited on three sides (top lat, left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoStandardCircle | Circular area with a center and radius. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWideDegenerateHorizontalLine | Degenerate bounding box wider than PI and limited on two sides (left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWideLongitudeSlice | Bounding box wider than PI but limited on left and right sides ( left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWideNorthRectangle | Bounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWideRectangle | Bounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWideSouthRectangle | Bounding box wider than PI but limited on three sides (top lat, left lon, right lon). | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| GeoWorld | Bounding box including the entire world. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| LatLonBounds | An object for accumulating latitude/longitude bounds information. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| LinearDistance | Linear distance computation style. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| LinearSquaredDistance | Linear squared distance computation style. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| Membership | WARNING: This API is experimental and might change in incompatible ways in the next release. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| NormalDistance | Normal distance computation style. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| NormalSquaredDistance | Normal squared distance computation style. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| Plane | We know about three kinds of planes. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| PlanetModel | Holds mathematical constants associated with the model of a planet. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| SidedPlane | Combination of a plane, and a sign value indicating what evaluation values are on the correctWARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| StandardXYZSolid | 3D rectangle, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| Tools | Static methods globally useful for 3d geometric work. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| Vector | A 3d vector in space, not necessarily going through the origin. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| XdYdZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| XdYZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in YNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| XYdZSolid | 3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in ZNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| XYZBounds | An object for accumulating XYZ bounds information. | Class | org.apache.lucene.geo3d | Apache Lucene |
|
| XYZSolid | Interface for a family of 3D rectangles, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Interface | org.apache.lucene.geo3d | Apache Lucene |
|
| XYZSolidFactory | Factory for XYZSolid. | Class | org.apache.lucene.geo3d | Apache Lucene |