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 d747d8924b feat(Shapefile): implement ResourceOnFileSystem
     new f97dcee389 Miscellaneous utilities: - CommonCRS.Temporal.TROPICAL_YEAR 
- QuantityFormat.parseNumber(…) - IOUtilities.toBuffered(Reader)
     new e92eacbe6d Fix a ClassCastException when no resource is using deferred 
loading.
     new 6d1043d683 When opening files in a folder, inherit the options 
specified in the parent `StorageConnector`.

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/console/package-info.java  |  2 +-
 .../main/org/apache/sis/referencing/CommonCRS.java | 57 +++++++++++++---------
 .../org/apache/sis/referencing/package-info.java   |  2 +-
 .../org/apache/sis/referencing/CommonCRSTest.java  |  1 +
 .../main/org/apache/sis/io/stream/IOUtilities.java | 16 ++++++
 .../org/apache/sis/storage/StorageConnector.java   | 35 ++++++++++---
 .../aggregate/ConcatenatedGridCoverage.java        | 27 +++++++++-
 .../org/apache/sis/storage/csv/StoreProvider.java  |  2 +-
 .../main/org/apache/sis/storage/folder/Store.java  | 46 ++++++++---------
 .../apache/sis/storage/folder/WritableStore.java   |  5 +-
 .../org/apache/sis/measure/QuantityFormat.java     | 20 +++++++-
 .../main/org/apache/sis/measure/package-info.java  |  2 +-
 .../main/org/apache/sis/util/Classes.java          |  1 +
 .../org/apache/sis/util/collection/Containers.java |  4 ++
 .../org/apache/sis/util/resources/Vocabulary.java  | 10 ++++
 .../sis/util/resources/Vocabulary.properties       |  2 +
 .../sis/util/resources/Vocabulary_fr.properties    |  2 +
 17 files changed, 167 insertions(+), 67 deletions(-)

Reply via email to