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 ff9dc10dcb Complete `MetadataBuilder.useParentElements()`.
     new 11025a742e Deprecate `OptionKey.BYTE_BUFFER` because it forces 
unconditional allocation of byte buffer.
     new 172d3c1866 Allow to specify a metadata auxiliary file using wildcard. 
For example if the main file is "city-center.tiff" and metadata path is 
"*.xml", then the actual metadata file will be "city-center.xml".
     new 55ecacf9dc Accept also as auxiliary metadata a Reference System 
definition from a GML document.
     new 558c65499f Add a "--metadata" option to the command line for making 
possible to specify the auxiliary metadata.

The 4 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/Command.java       |  11 +-
 .../main/org/apache/sis/console/CommandRunner.java |  61 ++++++++++-
 .../apache/sis/console/FormattedOutputCommand.java |  15 +--
 .../main/org/apache/sis/console/InfoCommand.java   |   2 +-
 .../org/apache/sis/console/MetadataCommand.java    |   5 +-
 .../main/org/apache/sis/console/Option.java        |   5 +
 .../main/org/apache/sis/console/Options.properties |   7 +-
 .../org/apache/sis/console/Options_fr.properties   |   7 +-
 .../main/org/apache/sis/console/SIS.java           |  26 +++++
 .../org/apache/sis/console/TransformCommand.java   |   4 +-
 .../org/apache/sis/console/TranslateCommand.java   |   4 +-
 .../main/org/apache/sis/io/stream/IOUtilities.java |  61 +++++++----
 .../main/org/apache/sis/storage/DataOptionKey.java |  29 ++++++
 .../org/apache/sis/storage/StorageConnector.java   |   6 +-
 .../apache/sis/storage/base/MetadataBuilder.java   |   7 +-
 .../org/apache/sis/storage/base/PRJDataStore.java  |   6 +-
 .../org/apache/sis/storage/base/URIDataStore.java  | 115 ++++++++++++++++++---
 .../sis/storage/esri/RawRasterStoreProvider.java   |   5 +-
 .../apache/sis/storage/folder/WritableStore.java   |   3 +-
 .../apache/sis/storage/image/WorldFileStore.java   |   5 +-
 .../org/apache/sis/io/stream/IOUtilitiesTest.java  |  15 +--
 .../org/apache/sis/storage/DataOptionKeyTest.java} |  22 ++--
 .../main/org/apache/sis/setup/OptionKey.java       |  14 ++-
 .../test/org/apache/sis/setup/OptionKeyTest.java   |   4 +-
 24 files changed, 345 insertions(+), 94 deletions(-)
 copy 
endorsed/src/{org.apache.sis.feature/test/org/apache/sis/coverage/grid/j2d/ImageLayoutTest.java
 => org.apache.sis.storage/test/org/apache/sis/storage/DataOptionKeyTest.java} 
(65%)

Reply via email to