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 da1d008 GridGeometry.createTransformTo(…) was not concatenating the right transform.
new a9b8b05 Move `MathTransformsOrFactory` in an internal package where it can be shared
with classes in different packages.
new 2567677 Remove the use of `MathTransformFactory` in WraparoundTransform (except
in `tryConcatenate`). All classes using WraparoundTransform had no particular factory to specify.
Remove corresponding `throws FactoryException` statements.
new c34da9e GridDerivation.subgrid(GridGeometry) should support coverage spanning the
anti-meridian.
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:
.../coverage/grid/CoordinateOperationFinder.java | 61 +++++++++-------
.../apache/sis/coverage/grid/GridDerivation.java | 34 ++-------
.../org/apache/sis/coverage/grid/GridGeometry.java | 4 ++
.../apache/sis/coverage/grid/SliceGeometry.java | 17 ++---
.../sis/coverage/grid/GridDerivationTest.java | 53 +++++++++++++-
.../referencing}/MathTransformsOrFactory.java | 38 ++++++----
.../internal/referencing/WraparoundTransform.java | 83 ++++++++++++----------
.../operation/transform/PassThroughTransform.java | 1 +
.../operation/transform/TransformSeparator.java | 1 +
.../referencing/WraparoundTransformTest.java | 12 ++--
.../sis/internal/storage/query/CoverageSubset.java | 3 -
.../internal/storage/query/GridResourceMock.java | 6 +-
12 files changed, 174 insertions(+), 139 deletions(-)
rename core/sis-referencing/src/main/java/org/apache/sis/{referencing/operation/transform
=> internal/referencing}/MathTransformsOrFactory.java (71%)
|