File tree Expand file tree Collapse file tree
api/src/main/java/org/apache/iceberg/geospatial Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ public static class GeographyEvaluator implements GeospatialPredicateEvaluator {
9999 *
100100 * <p>Wraparound (or antimeridian crossing) occurs when a geography crosses the 180°/-180°
101101 * longitude line on a map. In these cases, the minimum X value is greater than the maximum X
102- * value (xmin > xmax). This represents a bounding box that wraps around the globe.
102+ * value (xmin > xmax). This represents a bounding box that wraps around the globe.
103103 *
104104 * <p>For example, a bounding box with xmin=170° and xmax=-170° represents an area that spans
105105 * from 170° east to 190° east (or equivalently, -170° west). This is important for geometries
106106 * that cross the antimeridian, like a path from Japan to Alaska.
107107 *
108- * <p>When xmin > xmax, a point matches if its X coordinate is either X ≥ xmin OR X ≤ xmax,
108+ * <p>When xmin > xmax, a point matches if its X coordinate is either X ≥ xmin OR X ≤ xmax,
109109 * rather than the usual X ≥ xmin AND X ≤ xmax. In geographic terms, if the westernmost
110110 * longitude is greater than the easternmost longitude, this indicates an antimeridian crossing.
111111 *
You can’t perform that action at this time.
0 commit comments