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 17aabb3  Filter : implement and tests for spatial functions
     new 2ee44e7  Move Feature.Loader in a top-level class for more code 
readability.
     new 77d3a63  Load only a small number of features, with more features 
loaded only when needed.

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/FeatureList.java    | 258 +++++++++++++++
 .../org/apache/sis/gui/dataset/FeatureLoader.java  | 352 +++++++++++++++++++++
 .../org/apache/sis/gui/dataset/FeatureTable.java   | 347 ++------------------
 .../gazetteer/MilitaryGridReferenceSystem.java     |   6 +
 .../sis/internal/netcdf/impl/FeaturesInfo.java     |   4 +-
 .../apache/sis/internal/sql/feature/Features.java  |   7 +-
 6 files changed, 640 insertions(+), 334 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/FeatureList.java
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/FeatureLoader.java

Reply via email to