Uses of Interface
org.apache.lucene.spatial3d.geom.GeoPath
-
Packages that use GeoPath 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 GeoPath in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d that return GeoPath Modifier and Type Method Description (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 GeoPath Modifier and Type Class Description (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
GeoStandardPath
GeoShape representing a path across the surface of the globe, with a specified half-width.Methods in org.apache.lucene.spatial3d.geom that return GeoPath Modifier and Type Method Description static GeoPath
GeoPathFactory. makeGeoPath(PlanetModel planetModel, double maxCutoffAngle, GeoPoint[] pathPoints)
Create a GeoPath of the right kind given the specified information.
-