Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Class GeoStandardPath.DistancePair
- java.lang.Object
-
- org.apache.lucene.spatial3d.geom.GeoStandardPath.DistancePair
-
- Enclosing class:
- GeoStandardPath
private static class GeoStandardPath.DistancePair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description double
distanceAlongPath
double
pathCenterDistance
-
Constructor Summary
Constructors Constructor Description DistancePair(double pathCenterDistance, double distanceAlongPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-