private static class JoinNodeWayAction.NodeDistanceToRefNodeComparator extends Object implements Comparator<Node>, Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
projectToSegment |
private EastNorth |
refPoint |
private EastNorth |
refPoint2 |
private static long |
serialVersionUID |
Constructor and Description |
---|
NodeDistanceToRefNodeComparator(Node referenceNode,
Node referenceNode2,
boolean projectFirst) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Node first,
Node second) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
private static final long serialVersionUID
private final boolean projectToSegment
NodeDistanceToRefNodeComparator(Node referenceNode, Node referenceNode2, boolean projectFirst)