Uses of Class
org.apache.lucene.spatial3d.geom.GeoStandardPath.DistancePair
-
Packages that use GeoStandardPath.DistancePair Package Description org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoStandardPath.DistancePair in org.apache.lucene.spatial3d.geom
Methods in org.apache.lucene.spatial3d.geom that return GeoStandardPath.DistancePair Modifier and Type Method Description GeoStandardPath.DistancePair
GeoStandardPath.BaseSegmentEndpoint. nearestDistance(DistanceStyle distanceStyle, double x, double y, double z)
GeoStandardPath.DistancePair
GeoStandardPath.PathComponent. nearestDistance(DistanceStyle distanceStyle, double x, double y, double z)
Get the nearest distance for a point.GeoStandardPath.DistancePair
GeoStandardPath.PathNode. nearestDistance(DistanceStyle distanceStyle, double x, double y, double z)
GeoStandardPath.DistancePair
GeoStandardPath.PathSegment. nearestDistance(DistanceStyle distanceStyle, double x, double y, double z)
-