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 9b2fe86 `RangeFormat` should accept ranges of objects from the
`java.time` package (at lest the main types).
new 3eaf523 Rename some `HardCodedCRS` constants for a more consistent
pattern when saying which axis is first.
new 75167ab Omit extra dimensions such as time axis in
`GridDerivation.substring(…)` if the base geometry does not have those
dimensions.
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:
.../apache/sis/coverage/grid/DimensionReducer.java | 108 +++++++++++++++++++++
.../apache/sis/coverage/grid/GridDerivation.java | 4 +-
.../sis/coverage/grid/GridDerivationTest.java | 48 ++++++---
.../apache/sis/coverage/grid/GridGeometryTest.java | 6 +-
.../coverage/grid/ResampledGridCoverageTest.java | 2 +-
.../apache/sis/feature/EnvelopeOperationTest.java | 2 +-
.../apache/sis/feature/FeatureOperationsTest.java | 10 +-
.../sis/internal/feature/GeometriesTestCase.java | 2 +-
.../sis/internal/filter/sqlmm/SQLMMTest.java | 18 ++--
.../apache/sis/geometry/CoordinateFormatTest.java | 6 +-
.../org/apache/sis/geometry/EnvelopesTest.java | 2 +-
.../apache/sis/geometry/GeneralEnvelopeTest.java | 4 +-
.../referencing/DefinitionVerifierTest.java | 2 +-
.../referencing/EllipsoidalHeightCombinerTest.java | 2 +-
.../referencing/ReferencingUtilitiesTest.java | 2 +-
.../java/org/apache/sis/referencing/CRSTest.java | 9 +-
.../sis/referencing/GeodesicsOnEllipsoidTest.java | 2 +-
.../sis/referencing/GeodeticCalculatorTest.java | 2 +-
.../sis/referencing/IdentifiedObjectsTest.java | 4 +-
.../referencing/crs/DefaultCompoundCRSTest.java | 2 +-
.../sis/referencing/crs/DefaultDerivedCRSTest.java | 2 +-
.../apache/sis/referencing/crs/HardCodedCRS.java | 17 ++--
.../sis/referencing/crs/HardCodedCRSTest.java | 20 ++--
.../referencing/factory/AuthorityFactoryMock.java | 2 +-
.../factory/MultiAuthoritiesFactoryTest.java | 40 ++++----
.../transform/WraparoundTransformTest.java | 8 +-
.../org/apache/sis/storage/gdal/Proj4Test.java | 2 +-
27 files changed, 231 insertions(+), 97 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/DimensionReducer.java