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 bfedee8a7b Delegate to `WritablePixelIterator` the work of setting
sample values from `IntBinaryOperator`.
new 36115dd9df Finer-grain detection of when the `CoordinateOperation` can
be cached for a pair of CRS. In particular, we now detect the case when the
Area Of Interest (AOI) has not been used. It covers a lot of cases, in
particular map projections from grid geometry to target CRS.
new 40d832298a squash
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:
.../operation/CoordinateOperationContext.java | 31 ++++++++++-
.../operation/CoordinateOperationFinder.java | 30 +++--------
.../operation/CoordinateOperationRegistry.java | 63 +++++++++++++++++-----
.../DefaultCoordinateOperationFactory.java | 58 ++++++++++----------
.../referencing/operation/SubOperationInfo.java | 8 +--
.../sis/referencing/operation/package-info.java | 2 +-
6 files changed, 124 insertions(+), 68 deletions(-)