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 4e00076bb8 Copy the title of the first component in the main metadata. new 6031d7a0b7 Echo the SIS command in faint mode. new 9873c5394a Do not emit warning for "No spatial or temporal dimension has been found". The CRS of a grid coverage may be an EngineeringCRS, which is fine. 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: .../main/org/apache/sis/console/Command.java | 12 +++ .../main/org/apache/sis/console/SIS.java | 4 +- .../org/apache/sis/coverage/grid/GridGeometry.java | 14 +++- .../sis/metadata/internal/ReferencingServices.java | 35 +++++---- .../apache/sis/metadata/internal/Resources.java | 6 ++ .../sis/metadata/internal/Resources.properties | 1 + .../sis/metadata/internal/Resources_fr.properties | 1 + .../sis/metadata/iso/extent/DefaultExtent.java | 4 +- .../iso/extent/DefaultGeographicBoundingBox.java | 4 +- .../iso/extent/DefaultSpatialTemporalExtent.java | 4 +- .../metadata/iso/extent/DefaultTemporalExtent.java | 4 +- .../metadata/iso/extent/DefaultVerticalExtent.java | 4 +- .../iso/extent/NotSpatioTemporalException.java | 86 ++++++++++++++++++++++ .../sis/metadata/iso/extent/package-info.java | 2 +- .../org/apache/sis/geometry/EnvelopeReducer.java | 2 + .../apache/sis/geometry/WraparoundAdjustment.java | 4 +- .../main/org/apache/sis/referencing/CRS.java | 31 +++++++- .../apache/sis/referencing/internal/Resources.java | 28 +------ .../sis/referencing/internal/Resources.properties | 4 - .../referencing/internal/Resources_fr.properties | 4 - .../referencing/internal/ServicesForMetadata.java | 85 ++++++++++----------- .../internal/ServicesForMetadataTest.java | 30 ++++---- .../apache/sis/storage/base/MetadataBuilder.java | 10 ++- 23 files changed, 256 insertions(+), 123 deletions(-) create mode 100644 endorsed/src/org.apache.sis.metadata/main/org/apache/sis/metadata/iso/extent/NotSpatioTemporalException.java