This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from 2d623b02d0 More robust creation of the CRS for grid coordinates: if we
cannot create a DerivedCRS, fallback on EngineeringCRS.
new 5b92297557 Reintroduce `DefiningConversion` with an optional property
for specifying whether the conversion is fully-defined or apply between
normalized coordinate systems.
new 3278ea0871 Add `GridExtent.derivativeAtPOI(…)` internal method for
convenience.
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/DefaultEvaluator.java | 3 +-
.../apache/sis/coverage/grid/GridCRSBuilder.java | 6 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 13 ++
.../org/apache/sis/coverage/grid/GridGeometry.java | 4 +-
.../sis/coverage/grid/ResampledGridCoverage.java | 4 +-
.../apache/sis/coverage/grid/SliceGeometry.java | 3 +-
.../geometry/wrapper/SpatialOperationContext.java | 5 +-
.../main/org/apache/sis/referencing/CRS.java | 8 +-
.../referencing/EllipsoidalHeightSeparator.java | 8 +-
.../sis/referencing/StandardDefinitions.java | 4 +-
.../sis/referencing/crs/DefaultDerivedCRS.java | 3 +
.../referencing/factory/GeodeticObjectFactory.java | 37 +++++
.../referencing/operation/DefaultConversion.java | 121 ++++++++-------
.../DefaultCoordinateOperationFactory.java | 2 +-
.../referencing/operation/DefiningConversion.java | 163 +++++++++++++++++++++
.../factory/GeodeticObjectFactoryTest.java | 5 +-
.../operation/DefaultConversionTest.java | 2 +-
.../operation/HardCodedConversions.java | 2 +-
.../transform/DefaultMathTransformFactoryTest.java | 4 +-
19 files changed, 307 insertions(+), 90 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefiningConversion.java