Uses of Class
org.apache.lucene.spatial3d.geom.GeoBaseCircle
-
Packages that use GeoBaseCircle Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoBaseCircle in org.apache.lucene.spatial3d.geom
Subclasses of GeoBaseCircle in org.apache.lucene.spatial3d.geom Modifier and Type Class Description (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.
-