Uses of Interface
org.apache.lucene.spatial3d.geom.GeoDistanceShape
-
Packages that use GeoDistanceShape Package Description org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
.org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoDistanceShape in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as GeoDistanceShape Modifier and Type Field Description (package private) GeoDistanceShape
Geo3DPointDistanceComparator. distanceShape
(package private) GeoDistanceShape
Geo3DPointSortField. distanceShape
Constructors in org.apache.lucene.spatial3d with parameters of type GeoDistanceShape Constructor Description Geo3DPointDistanceComparator(java.lang.String field, PlanetModel planetModel, GeoDistanceShape distanceShape, int numHits)
Geo3DPointSortField(java.lang.String field, PlanetModel planetModel, GeoDistanceShape distanceShape)
-
Uses of GeoDistanceShape in org.apache.lucene.spatial3d.geom
Subinterfaces of GeoDistanceShape in org.apache.lucene.spatial3d.geom Modifier and Type Interface Description interface
GeoCircle
Interface describing circular area with a center and radius.interface
GeoPath
Interface describing a path.interface
GeoPointShape
Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.Classes in org.apache.lucene.spatial3d.geom that implement GeoDistanceShape Modifier and Type Class Description (package private) class
GeoBaseCircle
GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.class
GeoBaseDistanceShape
Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).(package private) class
GeoBasePath
GeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) class
GeoDegeneratePath
GeoShape representing a path across the surface of the globe, with a specified half-width.(package private) class
GeoDegeneratePoint
This class represents a degenerate point bounding box.(package private) class
GeoExactCircle
Circular area with a center and a radius that represents the surface distance to the center.(package private) class
GeoStandardCircle
Circular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.(package private) class
GeoStandardPath
GeoShape representing a path across the surface of the globe, with a specified half-width.
-