This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from bd836fa Fix a NullPointerException when building a `GridCoverage2D` with domain
set to `GridGeometry.UNDEFINED`.
new 65deba1 Change `GeneralEnvelope.setTimeRange(…)` contract regarding null values
in a way more convenient for creating "is before" and "is after" filters. Add some documentation.
new 0707557 Make `CoordinateFormat` more robust to change of CRS.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/sis/gui/map/StatusBar.java | 3 +-
.../gui/referencing/RecentReferenceSystems.java | 10 +-
.../org/apache/sis/geometry/CoordinateFormat.java | 269 ++++++++++++++-------
.../org/apache/sis/geometry/GeneralEnvelope.java | 23 +-
.../apache/sis/referencing/GeodeticCalculator.java | 3 +-
.../apache/sis/geometry/CoordinateFormatTest.java | 9 +-
.../sis/util/collection/FrequencySortedSet.java | 3 +
7 files changed, 220 insertions(+), 100 deletions(-)
|