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 20e2995 Filter : add spatial filter classes, not implemented yet,
this allows more CQL tests to be activated
new 41e610d First revision of FeatureTable. Data are loaded in a
background thread by pages of 100 features. The work is not complete: the
loading of next page is not yet delayed until first needed.
new cb86b7f Avoid a broken link for now (for avoiding a compilation
error).
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:
.../org/apache/sis/gui/dataset/FeatureTable.java | 557 +++++++++++++++++----
.../apache/sis/gui/dataset/ResourceExplorer.java | 29 +-
.../apache/sis/gui/metadata/MetadataSummary.java | 16 +-
.../org/apache/sis/gui/metadata/MetadataTree.java | 24 +-
.../java/org/apache/sis/gui/metadata/Section.java | 4 +-
.../org/apache/sis/internal/gui/Resources.java | 10 +
.../apache/sis/internal/gui/Resources.properties | 2 +
.../sis/internal/gui/Resources_fr.properties | 2 +
.../org/apache/sis/filter/LikeFunctionTest.java | 2 +-
.../sis/util/collection/BackingStoreException.java | 22 +-
10 files changed, 536 insertions(+), 132 deletions(-)