public interface DistanceMeasure
Let p and q denote two points en the Earth. Then, loosely speaking, any distance measure d(p, q) has to satisfy the following properties:
(1) d(p, q) = 0, if p = q
(2) d(p, q) > 0, if p ≠ q
Modifier and Type | Method and Description |
---|---|
double |
distance(double lon,
double lat)
Returns the distance of a given (lon, lat) point to the reference (lon, lat) point.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.