This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 4a2e1aefb5c223e3d9dbc66debfdf0f91e4f3b6e
Merge: 4b35a0fd74 91cd9c2583
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Mon Jun 5 10:36:23 2023 +0200

    Merge branch 'geoapi-4.0' into geoapi-3.1.

 .../org/apache/sis/coverage/SampleDimension.java   |  7 +++++
 .../sis/internal/coverage/SampleDimensions.java    |  6 ++--
 .../java/org/apache/sis/coverage/CategoryTest.java |  3 +-
 .../apache/sis/coverage/SampleDimensionTest.java   |  3 +-
 .../coverage/grid/DimensionalityReductionTest.java |  3 +-
 .../sis/coverage/grid/PixelTranslationTest.java    |  3 +-
 .../org/apache/sis/image/ResamplingGridTest.java   |  3 +-
 .../sis/internal/feature/j2d/FactoryTest.java      |  2 +-
 .../internal/feature/jts/ShapeConverterTest.java   |  3 +-
 .../sis/internal/filter/sqlmm/SQLMMTest.java       |  3 +-
 .../apache/sis/test/feature/FeatureComparator.java |  3 +-
 .../{test => xml}/DocumentComparatorTest.java      |  2 +-
 .../java/org/apache/sis/metadata/ValueMapTest.java |  3 +-
 .../iso/lineage/DefaultProcessStepTest.java        |  3 +-
 .../quality/AbstractPositionalAccuracyTest.java    |  3 +-
 .../apache/sis/test/xml/DocumentComparator.java    |  3 +-
 .../java/org/apache/sis/util/iso/TypesTest.java    |  3 +-
 .../org/apache/sis/geometry/AbstractEnvelope.java  | 21 ++++++++++++-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    | 14 +++++----
 .../sis/referencing/cs/CoordinateSystems.java      |  4 +--
 .../sis/referencing/cs/DefaultSphericalCS.java     | 32 ++++++++++++++++++--
 .../referencing/factory/GeodeticObjectFactory.java | 35 ++++++++++++++++++++++
 .../referencing/factory/sql/EPSGDataAccess.java    |  1 +
 .../operation/projection/AzimuthalEquidistant.java |  2 +-
 .../operation/projection/Initializer.java          |  6 ++--
 .../referencing/operation/projection/Mercator.java |  7 +++--
 .../operation/projection/NormalizedProjection.java | 11 ++++---
 .../operation/projection/ProjectionVariant.java    |  6 ++++
 .../org/apache/sis/geometry/ArrayEnvelopeTest.java | 15 ++++++++--
 .../referencing/j2d/AbstractShapeTest.java         |  2 +-
 .../referencing/j2d/ShapeUtilitiesTest.java        |  3 +-
 .../provider/DatumShiftGridCompressedTest.java     |  2 +-
 .../FranceGeocentricInterpolationTest.java         |  3 +-
 .../provider/GeocentricTranslationTest.java        |  3 +-
 .../referencing/provider/Geographic3Dto2DTest.java |  4 ++-
 .../internal/referencing/provider/NADCONTest.java  |  4 ++-
 .../internal/referencing/provider/NTv2Test.java    |  4 ++-
 .../apache/sis/io/wkt/MathTransformParserTest.java |  3 +-
 .../sis/referencing/GeodeticCalculatorTest.java    |  5 +++-
 .../sis/referencing/StandardDefinitionsTest.java   |  3 +-
 .../referencing/cs/DefaultCylindricalCSTest.java   |  3 +-
 .../sis/referencing/cs/DefaultPolarCSTest.java     |  3 +-
 .../sis/referencing/cs/DefaultSphericalCSTest.java |  3 +-
 .../sis/referencing/factory/TestFactorySource.java |  3 +-
 .../geoapi/ParameterizedTransformTest.java         |  2 +-
 .../operation/DefaultPassThroughOperationTest.java |  4 ++-
 .../operation/builder/ResidualGridTest.java        |  3 +-
 .../referencing/operation/matrix/Matrix4Test.java  |  3 +-
 .../operation/matrix/NonSquareMatrixTest.java      |  3 +-
 .../operation/projection/InitializerTest.java      |  2 +-
 .../operation/projection/MercatorTest.java         |  3 +-
 .../transform/ConcatenatedTransformTest.java       |  3 +-
 .../transform/ContextualParametersTest.java        |  3 +-
 .../transform/DefaultMathTransformFactoryTest.java |  4 ++-
 .../transform/LinearInterpolator1DTest.java        |  3 +-
 .../operation/transform/LinearTransformTest.java   |  2 +-
 .../operation/transform/MathTransformTestCase.java |  3 +-
 .../operation/transform/MathTransformsTest.java    |  4 ++-
 .../transform/ProjectiveTransformTest.java         |  3 +-
 .../operation/transform/ScaleTransformTest.java    |  3 +-
 .../operation/transform/TransferFunctionTest.java  |  4 ++-
 .../transform/TransformResultComparator.java       |  3 +-
 .../transform/TransformSeparatorTest.java          |  4 ++-
 .../transform/TranslationTransformTest.java        |  2 +-
 .../transform/WraparoundTransformTest.java         |  3 +-
 .../integration/CoordinateReferenceSystemTest.java |  3 +-
 .../java/org/apache/sis/measure/NumberRange.java   |  4 +--
 .../test/java/org/apache/sis/math/VectorTest.java  |  3 +-
 .../org/apache/sis/measure/QuantitiesTest.java     |  3 +-
 .../sis/profile/france/FrenchProfileTest.java      |  3 +-
 .../sis/internal/geotiff/SchemaModifier.java       |  2 +-
 .../org/apache/sis/storage/geotiff/CRSBuilder.java | 16 +++++-----
 .../sis/storage/geotiff/CompressedSubset.java      |  4 +--
 .../org/apache/sis/storage/geotiff/DataCube.java   | 18 +++++++++++
 .../org/apache/sis/storage/geotiff/DataSubset.java | 33 +++++++++++++++++++-
 .../sis/storage/geotiff/ImageFileDirectory.java    | 13 ++++++--
 .../org/apache/sis/internal/netcdf/CRSBuilder.java | 10 +++++--
 .../org/apache/sis/internal/netcdf/GridTest.java   |  3 +-
 .../apache/sis/internal/netcdf/VariableTest.java   |  2 +-
 .../storage/netcdf/NetcdfStoreProviderTest.java    |  3 +-
 .../apache/sis/storage/netcdf/NetcdfStoreTest.java |  2 +-
 .../sis/internal/sql/postgis/PostgresTest.java     |  3 +-
 .../sis/internal/storage/esri/RasterStore.java     |  5 ++--
 .../apache/sis/internal/storage/wkt/StoreTest.java |  3 +-
 .../apache/sis/internal/storage/xml/StoreTest.java |  3 +-
 .../apache/sis/storage/StorageConnectorTest.java   |  3 +-
 86 files changed, 352 insertions(+), 109 deletions(-)


Reply via email to