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