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 8b4bd320fc Provide more metadata and better names for bands.
new 362fdac88c `AffineTransform2D(double[])` constructor should have the
same semantic than `AffineTransform(double[])`.
new b28d142efb API adjustment in preparation for the addition of "World
file" writer.
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:
.../referencing/j2d/AffineTransform2D.java | 32 ++++++++++++++++++----
.../referencing/j2d/ImmutableAffineTransform.java | 14 ++++++++--
.../operation/transform/MathTransforms.java | 2 +-
.../apache/sis/internal/storage/PRJDataStore.java | 17 +++++++-----
.../apache/sis/internal/storage/URIDataStore.java | 2 +-
.../internal/storage/WritableResourceSupport.java | 19 ++++++++++---
.../sis/internal/storage/ascii/WritableStore.java | 4 +--
.../sis/internal/storage/image/FormatFilter.java | 5 ++--
.../apache/sis/internal/storage/image/Store.java | 7 ++---
9 files changed, 73 insertions(+), 29 deletions(-)