Uses of Package
org.apache.lucene.spatial3d.geom
Packages that use org.apache.lucene.spatial3d.geom
Package
Description
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.Shapes implemented using 3D planar geometry.
-
Classes in org.apache.lucene.spatial3d.geom used by org.apache.lucene.spatial3dClassDescriptionAll bounding box shapes have this interface in common.Interface describing circular area with a center and radius.Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).Implemented by Geo3D shapes that can compute the distance from a point to the closest outside edge.Interface describing a path.This class represents a point on the surface of a sphere or ellipsoid.GeoPolygon interface description.Use this class to specify a polygon with associated holes.Generic shape.Holds mathematical constants associated with the model of a planet.An object for accumulating XYZ bounds information.
-
Classes in org.apache.lucene.spatial3d.geom used by org.apache.lucene.spatial3d.geomClassDescriptionArc distance computation style.All Geo3D shapes can derive from this base class, which furnishes some common codeBase class of a family of 3D rectangles, bounded on six sides by X,Y,Z limitsThis interface describes methods that determine what the bounds are for a shape.An interface for accumulating bounds information.Distance computation styles, supporting various ways of computing distance to shapes.A GeoArea represents a standard 2-D breakdown of a part of sphere.Shape that implements GeoArea.Base extended areaShape object.All bounding box shapes can derive from this base class, which furnishes some common codeBase object that supports bounds operations.GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.Base class to create a composite of GeoAreaShapesBase class to create a composite of GeoMembershipShapesBase class to create a composite of GeoShapes.Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).Membership shapes have capabilities of both geohashing and membership determination.GeoPaths have all the characteristics of GeoBaseDistanceShapes.GeoBasePolygon objects are the base class of most GeoPolygon objects.Base extended shape object.All bounding box shapes have this interface in common.Generic shape that supports bounds.Interface describing circular area with a center and radius.GeoComplexPolygon objects are structures designed to handle very large numbers of edges.Iterator execution interface, for tree traversal, plus count retrieval.An instance of this class describes a single edge, and includes what is necessary to reliably determine intersection in the context of the even/odd algorithm used.Iterator execution interface, for tree traversal.An instance of this class represents a node in a tree.Strategy class for describing traversals.An interface describing a tree.GeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.This is the pre-calculated data for a path segment.This is precalculated data for segment endpoint.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 distance estimates that can be computed more cheaply.Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).A description of a section of circle.Membership shapes have capabilities of both geohashing and membership determination.Implemented by Geo3D shapes that can compute the distance from a point to the closest outside edge.Interface describing a path.This class represents a point on the surface of a sphere or ellipsoid.Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.GeoPolygon interface description.Class for tracking the best shape for finding a pole, and whether or not the pole must be inside or outside of the shape.Class representing a single (unused) edge.Class representing a pool of unused edges, all linked together by vertices.Use this class to specify a polygon with associated holes.An instance of this class represents a known-good path of nodes that contains no coplanar points , no matter how assessed.Exception we throw when we can't tile a polygon due to numerical precision issues.Generic shape.Some shapes can compute radii of a geocircle in which they are inscribed.Base implementation of SegmentEndpointEndpoint that's a simple circle.Path components consist of both path segments and segment endpoints.Internal interface describing segment endpoint implementations.Membership implementation representing a wide cutoff (more than 180 degrees).Membership implementation representing a wide (more than 180 degree) bound.A membership implementation representing a wide (more than 180) left/right bound.Membership implementation representing width more than 180.An object for accumulating latitude/longitude bounds information.Linear distance computation style.Linear squared distance computation style.Implemented by Geo3D shapes that can calculate if a point is within it or not.Normal distance computation style.Normal squared distance computation style.We know about three kinds of planes.Holds mathematical constants associated with the model of a planet.Utility class for encoding / decoding from lat/lon (decimal degrees) into sortable doc value numerics (integers)Relates all Geo3d shape with a specific
PlanetModel
.Indicates that a geo3d object can be serialized and deserialized.Combination of a plane, and a sign value indicating what evaluation values are on the correct side of the plane.A 3d vector in space, not necessarily going through the origin.An object for accumulating XYZ bounds information.Interface for a family of 3D rectangles, bounded on six sides by X,Y,Z limits