boolean |
S2LatLngRectBase.approxEquals(S2LatLngRectBase other) |
Returns true if this rectangle is very nearly identical to the given other rectangle.
|
boolean |
S2LatLngRectBase.approxEquals(S2LatLngRectBase other,
double maxError) |
Returns true if the latitude and longitude intervals of the two rectangles are the same up to
the given tolerance.
|
boolean |
S2LatLngRectBase.approxEquals(S2LatLngRectBase other,
S2LatLng maxError) |
|
boolean |
S2LatLngRectBase.contains(S2LatLngRectBase other) |
Returns true if and only if the rectangle contains the given other rectangle.
|
S1Angle |
S2LatLngRectBase.getDirectedHausdorffDistance(S2LatLngRectBase other) |
Returns the directed Hausdorff distance (measured along the surface of the sphere) to the given
S2LatLngRect.
|
S1Angle |
S2LatLngRectBase.getDistance(S2LatLngRectBase other) |
Returns the minimum distance (measured along the surface of the sphere) to the given
S2LatLngRectBase.
|
S1Angle |
S2LatLngRectBase.getHausdorffDistance(S2LatLngRectBase other) |
Returns the undirected Hausdorff distance (measured along the surface of the sphere) to the
given S2LatLngRect.
|
boolean |
S2LatLngRectBase.interiorContains(S2LatLngRectBase other) |
Returns true if and only if the interior of this rectangle contains all points of the given
other rectangle (including its boundary).
|
boolean |
S2LatLngRectBase.interiorIntersects(S2LatLngRectBase other) |
Returns true if and only if the interior of this rectangle intersects any point (including the
boundary) of the given other rectangle.
|
S2LatLngRect |
S2LatLngRect.intersection(S2LatLngRectBase other) |
Returns the smallest rectangle containing the intersection of this rectangle and the given
rectangle.
|
boolean |
S2LatLngRectBase.intersects(S2LatLngRectBase other) |
Returns true if this rectangle and the given other rectangle have any points in common.
|
S2LatLngRect |
S2LatLngRect.union(S2LatLngRectBase other) |
Returns the smallest rectangle containing the union of this rectangle and the given rectangle.
|