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 a798c10c97 feat(Shapefile): simplify raw API, reduce scope of all 
unnecessary attributes, full javadoc
     new 302123da81 Add dummy PRJ files for avoiding warnings during tests of 
ESRI RAW files.
     new c456f0598d Add an option to complete the metadata of a resource with 
an auxiliary metadata file.

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/storage/gpx/WritableStore.java  |   2 +-
 .../main/org/apache/sis/storage/DataOptionKey.java |  18 ++--
 .../apache/sis/storage/base/MetadataBuilder.java   |  57 +++++++++-
 .../org/apache/sis/storage/base/PRJDataStore.java  |  38 +++----
 .../org/apache/sis/storage/base/URIDataStore.java  | 116 ++++++++++++---------
 .../main/org/apache/sis/storage/csv/Store.java     |   1 +
 .../org/apache/sis/storage/csv/StoreProvider.java  |   2 +-
 .../org/apache/sis/storage/esri/RasterStore.java   |   4 +-
 .../apache/sis/storage/esri/RawRasterStore.java    |   3 +-
 .../apache/sis/storage/image/WorldFileStore.java   |  15 +--
 .../apache/sis/storage/image/WritableStore.java    |   7 ++
 .../org/apache/sis/storage/internal/Resources.java |   5 +
 .../sis/storage/internal/Resources.properties      |   1 +
 .../sis/storage/internal/Resources_fr.properties   |   1 +
 .../main/org/apache/sis/storage/wkt/Store.java     |   2 +
 .../main/org/apache/sis/storage/xml/Store.java     |   1 +
 .../test/org/apache/sis/storage/esri/BIL.prj       |   7 ++
 .../test/org/apache/sis/storage/esri/BIP.prj       |   7 ++
 .../test/org/apache/sis/storage/esri/BSQ.prj       |   7 ++
 .../main/org/apache/sis/setup/OptionKey.java       |  14 ++-
 .../main/org/apache/sis/setup/package-info.java    |   2 +-
 .../main/org/apache/sis/util/ArraysExt.java        |  83 +++++++++++++--
 .../apache/sis/util/internal/CollectionsExt.java   |  16 +++
 .../test/org/apache/sis/util/ArraysExtTest.java    |  26 +++--
 24 files changed, 319 insertions(+), 116 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIL.prj
 create mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIP.prj
 create mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BSQ.prj

Reply via email to