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 a1f9a65  Retrofit HyperbolicCassiniSoldner into CassiniSoldner. It 
reduces code duplication and may be more flexible if we want to implement the 
Jacobian matrix of hyperbolic case in a future version. It also reduces the 
visibility of hyperbolic case, which is desired because it is a very specific 
case.  The cost on normal Cassini-Soldner case is hopefully light (a single 
`if` statement) and may be acceptable since this projection exists mostly for 
historical purposes.
     new 130ea87  Use CoverageExplorer instead of GridView inside the 
ResourceExplorer widget. It allows to leverage more of CoverageExplorer 
services such as coordinate transformations.
     new 0b0ab28  Prepare the DataViewer window to be the main window for 
showing data without obligation to create new windows. Remove the "overview" 
parameter, which has not been implemented and become less relevant after above 
sentence.
     new b4191c7  Add a tab showing the image in the main window.
     new c57e628  Add data controls below the resource explorer.

The 4 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:
 .../main/java/org/apache/sis/gui/DataViewer.java   |   7 +-
 .../sis/gui/coverage/BandSelectionListener.java    |  13 +-
 .../apache/sis/gui/coverage/CoverageExplorer.java  | 127 ++++++++-----
 .../org/apache/sis/gui/coverage/GridControls.java  |   7 +-
 .../java/org/apache/sis/gui/coverage/GridView.java |  75 ++++----
 .../org/apache/sis/gui/coverage/ImageLoader.java   |   7 +-
 .../org/apache/sis/gui/coverage/ImageRequest.java  |  43 -----
 .../apache/sis/gui/dataset/ResourceExplorer.java   | 199 ++++++++++++++-------
 .../java/org/apache/sis/gui/map/MapCanvas.java     |   6 +-
 .../java/org/apache/sis/gui/map/StatusBar.java     |   2 +-
 .../org/apache/sis/gui/referencing/MenuSync.java   |   5 +-
 .../org/apache/sis/internal/gui/Resources.java     |   5 +
 .../apache/sis/internal/gui/Resources.properties   |   1 +
 .../sis/internal/gui/Resources_fr.properties       |   1 +
 14 files changed, 286 insertions(+), 212 deletions(-)

Reply via email to