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 58e66f5 Avoid direct use of a word which become a keyword in latest Java versions.
new 57de59e Enable change of input method in text editors.
new 73ee4fa Provides a convenience method for getting a single `GeographicBoundingBox`
from a `Metadata`.
new e6cffdb Add a ModifiableMetadata.deepCopy(…) method.
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/java/org/apache/sis/gui/DataViewer.java | 5 +
.../org/apache/sis/metadata/MetadataCopier.java | 2 +-
.../org/apache/sis/metadata/MetadataVisitor.java | 35 +++-
.../apache/sis/metadata/ModifiableMetadata.java | 68 ++++++-
.../java/org/apache/sis/metadata/StateChanger.java | 27 +--
.../apache/sis/metadata/iso/extent/Extents.java | 199 +++++++++++++--------
.../sis/metadata/ModifiableMetadataTest.java | 42 ++++-
.../apache/sis/internal/storage/gpx/Metadata.java | 7 +-
8 files changed, 289 insertions(+), 96 deletions(-)
|