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 GeoPathGeo3DUtil.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) classGeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) classGeoShape representing a path across the surface of the globe, with a specified half-width.(package private) classGeoShape 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 GeoPathGeoPathFactory.makeGeoPath(PlanetModel planetModel, double maxCutoffAngle, GeoPoint[] pathPoints) Create a GeoPath of the right kind given the specified information.