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 e6cffdb Add a ModifiableMetadata.deepCopy(…) method.
new cd06a45 Add a DefaultMetadata.deepCopy(Metadata) convenience method. For now we
add that convenience method only for the root Metadata object because it is the kind of objects
returned by DataStore.getMetadata() methods.
new 4363b5d Documentation for clarifying the use of properties versus method parameters.
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:
.../java/org/apache/sis/image/ImageProcessor.java | 89 ++++++++++++++++++++++
.../apache/sis/metadata/ModifiableMetadata.java | 7 +-
.../apache/sis/metadata/iso/DefaultMetadata.java | 41 +++++++++-
.../java/org/apache/sis/storage/DataStore.java | 1 +
.../main/java/org/apache/sis/storage/Resource.java | 7 ++
5 files changed, 142 insertions(+), 3 deletions(-)
|