Uses of Interface
org.apache.lucene.spatial3d.geom.GeoCircle
Packages that use GeoCircle
Package
Description
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom.Shapes implemented using 3D planar geometry.
-
Uses of GeoCircle in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d that return GeoCircleModifier and TypeMethodDescription(package private) static GeoCircleGeo3DUtil.fromDistance(PlanetModel planetModel, double latitude, double longitude, double radiusMeters) Convert input parameters to a circle. -
Uses of GeoCircle in org.apache.lucene.spatial3d.geom
Subinterfaces of GeoCircle in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterfaceInterface 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 GeoCircleModifier and TypeClassDescription(package private) classGeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(package private) classThis class represents a degenerate point bounding box.(package private) classCircular area with a center and a radius that represents the surface distance to the center.(package private) classCircular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.Methods in org.apache.lucene.spatial3d.geom that return GeoCircleModifier and TypeMethodDescriptionstatic GeoCircleGeoCircleFactory.makeExactGeoCircle(PlanetModel planetModel, double latitude, double longitude, double radius, double accuracy) Create an GeoCircle from a center, a radius and a desired accuracy.static GeoCircleGeoCircleFactory.makeGeoCircle(PlanetModel planetModel, double latitude, double longitude, double cutoffAngle) Create a GeoCircle from a center and a cutoff angle.