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 baaa577132 Allow the status bar to show coordinates using another
system than `CoordinateReferenceSystem`. Current implementation uses
`ReferenceSystemUsingIdentifiers` as a proof of work. The intent is to show
coverage grid cell coordinates in a next commit.
new b4d5305eec Add a `GridGeometry.createImageCRS(…)` method. It gives a
CRS that we can use with `CRS.findOperation(…)`.
new 569d2ecc98 Allow `CoordinateFormat` to recognize when it is formatting
grid cell coordinates.
new d2ef60b78d Add a "Referencing by grid cell indices" menu item. The
available choices depend on the grid coverages currently shown in the widget.
The 3 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:
.../apache/sis/gui/coverage/CoverageExplorer.java | 15 +-
.../org/apache/sis/gui/dataset/ResourceTree.java | 105 +-------
.../org/apache/sis/gui/dataset/WindowHandler.java | 3 +-
.../org/apache/sis/gui/referencing/MenuSync.java | 149 +++++++++---
.../gui/referencing/RecentReferenceSystems.java | 164 +++++++++----
.../apache/sis/internal/gui/DataStoreOpener.java | 106 +++++++-
.../org/apache/sis/internal/gui/Resources.java | 5 +
.../apache/sis/internal/gui/Resources.properties | 1 +
.../sis/internal/gui/Resources_fr.properties | 1 +
.../org/apache/sis/coverage/grid/GridExtent.java | 10 +-
.../apache/sis/coverage/grid/GridExtentCRS.java | 266 ++++++++++++++++++---
.../org/apache/sis/coverage/grid/GridGeometry.java | 39 +++
.../org/apache/sis/internal/feature/Resources.java | 5 +
.../sis/internal/feature/Resources.properties | 1 +
.../sis/internal/feature/Resources_fr.properties | 1 +
.../apache/sis/coverage/grid/GridGeometryTest.java | 28 ++-
.../org/apache/sis/geometry/CoordinateFormat.java | 40 ++--
.../org/apache/sis/parameter/ParameterFormat.java | 18 +-
.../org/apache/sis/parameter/package-info.java | 2 +-
.../main/java/org/apache/sis/io/package-info.java | 2 +-
20 files changed, 722 insertions(+), 239 deletions(-)