public class DistanceCalc3D extends DistanceCalcEarth
C, KM_MILE, METERS_PER_DEGREE, R, R_EQ
Constructor and Description |
---|
DistanceCalc3D() |
Modifier and Type | Method and Description |
---|---|
double |
calcDist(double fromLat,
double fromLon,
double fromHeight,
double toLat,
double toLon,
double toHeight) |
String |
toString() |
calcCircumference, calcCrossingPointToEdge, calcDenormalizedDist, calcDist, calcDist3D, calcNormalizedDist, calcNormalizedDist, calcNormalizedEdgeDistance, calcNormalizedEdgeDistance3D, calcNormalizedEdgeDistanceNew, createBBox, hasElevationDiff, isCrossBoundary, isDateLineCrossOver, projectCoordinate, validEdgeDistance
public double calcDist(double fromLat, double fromLon, double fromHeight, double toLat, double toLon, double toHeight)
fromHeight
- in meters above 0toHeight
- in meters above 0public String toString()
toString
in class DistanceCalcEarth
Copyright © 2012–2020. All rights reserved.