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 e49c660ef2 Adjustment in documentation, formatting and checks for null 
values. Removal of a new method which is not going to be used after all.
     new 028ac1be08 Allows `Containers.derivedList(…)` to return a list which 
supports addition of elements.
     new 86bff97aa0 Avoid misleading classname as display name of a data store.
     new 48633f0377 Adds a "Layers" panel and move the "Visual indication of 
tile loading" checkbox as a map item. This is the beginning of a 
`MapContextView` widget as a tree view with a configuration panel.

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:
 .../main/org/apache/sis/storage/DataStore.java     |  18 +--
 .../org/apache/sis/storage/StorageConnector.java   |  25 +++-
 .../main/org/apache/sis/storage/csv/Store.java     |  13 +-
 .../org/apache/sis/util/collection/Containers.java |  30 ++++-
 .../apache/sis/util/collection/DerivedList.java    |  31 ++---
 .../sis/util/collection/WritableDerivedList.java   | 143 +++++++++++++++++++++
 .../org/apache/sis/util/resources/Vocabulary.java  |   5 +
 .../sis/util/resources/Vocabulary.properties       |   1 +
 .../sis/util/resources/Vocabulary_fr.properties    |   1 +
 .../{DerivedSetTest.java => DerivedListTest.java}  |  66 ++++------
 .../apache/sis/util/collection/DerivedMapTest.java |   1 +
 .../apache/sis/util/collection/DerivedSetTest.java |   1 +
 .../apache/sis/gui/coverage/CoverageCanvas.java    |  42 +++++-
 .../apache/sis/gui/coverage/CoverageControls.java  |  50 +++++--
 .../apache/sis/gui/coverage/CoverageExplorer.java  |  22 ++--
 .../apache/sis/gui/coverage/StyleController.java   |  77 +++++++++++
 .../org/apache/sis/gui/dataset/WindowHandler.java  |  27 ++--
 .../apache/sis/gui/internal/DataStoreOpener.java   |  56 +++++---
 .../apache/sis/gui/map/style/ItemController.java   |  29 ++++-
 .../apache/sis/gui/map/style/MapContextView.java   | 122 ++++++++++++++++++
 .../main/org/apache/sis/gui/map/style/MapItem.java |  26 ++--
 .../TreeViewType.java => map/style/MapLayer.java}  |  24 ++--
 .../{referencing => map/style}/package-info.java   |  10 +-
 .../gui/referencing/RecentReferenceSystems.java    |  73 +++++++----
 .../apache/sis/gui/referencing/package-info.java   |   2 +-
 25 files changed, 706 insertions(+), 189 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.util/main/org/apache/sis/util/collection/WritableDerivedList.java
 copy 
endorsed/src/org.apache.sis.util/test/org/apache/sis/util/collection/{DerivedSetTest.java
 => DerivedListTest.java} (57%)
 create mode 100644 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/StyleController.java
 copy 
endorsed/src/org.apache.sis.feature/test/org/apache/sis/filter/BinarySpatialFilterUsingJTS_Test.java
 => 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/map/style/ItemController.java
 (50%)
 create mode 100644 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/map/style/MapContextView.java
 copy 
endorsed/src/org.apache.sis.util/main/org/apache/sis/pending/jdk/JDK17.java => 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/map/style/MapItem.java 
(55%)
 copy 
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/{dataset/TreeViewType.java
 => map/style/MapLayer.java} (57%)
 copy optional/src/org.apache.sis.gui/main/org/apache/sis/gui/{referencing => 
map/style}/package-info.java (83%)

Reply via email to