public class DistanceCalc3D extends DistanceCalcEarth
C, KM_MILE, 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, calcNormalizedDist, calcNormalizedDist, calcNormalizedEdgeDistance, calcNormalizedEdgeDistanceNew, createBBox, isCrossBoundary, isDateLineCrossOver, projectCoordinate, validEdgeDistancepublic 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 DistanceCalcEarthCopyright © 2012–2019. All rights reserved.