Class GeoStandardPath.DistancePair

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoStandardPath.DistancePair
Enclosing class:
GeoStandardPath

private static class GeoStandardPath.DistancePair extends Object
  • Field Details

    • pathCenterDistance

      public final double pathCenterDistance
    • distanceAlongPath

      public final double distanceAlongPath
  • Constructor Details

    • DistancePair

      public DistancePair(double pathCenterDistance, double distanceAlongPath)
  • Method Details