@FunctionalInterface public interface LatlonComparator extends Comparator<GeoPoint>
| Modifier and Type | Method and Description |
|---|---|
default double |
azimuth(GeoPoint from,
GeoPoint to) |
default int |
compare(double x0,
double y0,
double x1,
double y1) |
int |
compare(GeoPoint p0,
GeoPoint p1) |
default int |
latitudeDirectionCompare(GeoPoint p0,
GeoPoint p1) |
default int |
longitudeDirectionCompare(GeoPoint p0,
GeoPoint p1) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongint compare(GeoPoint p0, GeoPoint p1)
compare in interface Comparator<GeoPoint>default int compare(double x0,
double y0,
double x1,
double y1)
x0 - y0 - x1 - y1 - default int latitudeDirectionCompare(GeoPoint p0, GeoPoint p1)
p0 - p1 - default int longitudeDirectionCompare(GeoPoint p0, GeoPoint p1)
p0 - p1 - Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.