Uses of Interface
org.apache.lucene.spatial3d.geom.GeoPath
Packages that use GeoPath
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 GeoPath in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d that return GeoPathModifier and TypeMethodDescription(package private) static GeoPath
Geo3DUtil.fromPath
(PlanetModel planetModel, double[] pathLatitudes, double[] pathLongitudes, double pathWidthMeters) Convert input parameters to a path. -
Uses of GeoPath in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom that implement GeoPathModifier and TypeClassDescription(package private) class
GeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) class
GeoShape representing a path across the surface of the globe, with a specified half-width.(package private) class
GeoShape representing a path across the surface of the globe, with a specified half-width.Methods in org.apache.lucene.spatial3d.geom that return GeoPathModifier and TypeMethodDescriptionstatic GeoPath
GeoPathFactory.makeGeoPath
(PlanetModel planetModel, double maxCutoffAngle, GeoPoint[] pathPoints) Create a GeoPath of the right kind given the specified information.