Class S2ClosestPointQuery.QueueEntry
java.lang.Object
com.google.common.geometry.S2ClosestPointQuery.ChordComparable
com.google.common.geometry.S2ClosestPointQuery.QueueEntry
- All Implemented Interfaces:
Comparable<S2ClosestPointQuery.ChordComparable>
- Enclosing class:
S2ClosestPointQuery<T>
A queued cell waiting to be processed by the current query, ordered by distance to any point in
the cell in ascending order.
-
Field Summary
FieldsFields inherited from class S2ClosestPointQuery.ChordComparable
distance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class S2ClosestPointQuery.ChordComparable
distance
-
Field Details
-
id
-
-
Constructor Details
-
QueueEntry
QueueEntry(S1ChordAngle distance, S2CellId id)
-
-
Method Details
-
hashCode
-
equals
-
compareTo
-