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 705de4a756 Try harder to resolve ambiguity when axis type is X, Y or Z.
     new 8c09e2f76d Finish filling the buffer before to return from LSW 
decompression method. Documentation fix.
     new fbbd6525a8 Add a convenience method for testing if a floating-point 
value is an integer.
     new 7447b8c95c Replace "resample" operation by a much more efficient 
"translate grid" operation when the resampling is a translation of the grid by 
an integer amount of cells.

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:
 .../sis/coverage/grid/ConvertedGridCoverage.java   |  11 +-
 .../sis/coverage/grid/DerivedGridCoverage.java     |  90 +++++++++++++
 .../sis/coverage/grid/GridCoverageProcessor.java   | 146 ++++++++++++++++++++-
 .../sis/coverage/grid/ResampledGridCoverage.java   |  65 +++++----
 .../sis/coverage/grid/TranslatedGridCoverage.java  | 126 ++++++++++++++++++
 .../internal/processing/image/IsolineTracer.java   |   5 +-
 .../coverage/grid/ResampledGridCoverageTest.java   |  35 ++++-
 .../coverage/grid/TranslatedGridCoverageTest.java  |  85 ++++++++++++
 .../apache/sis/test/suite/FeatureTestSuite.java    |   3 +-
 .../sis/referencing/operation/matrix/Matrices.java |   4 +-
 .../org/apache/sis/internal/util/Numerics.java     |  19 ++-
 .../org/apache/sis/math/LinearlyDerivedVector.java |   3 +-
 .../src/main/java/org/apache/sis/math/Vector.java  |   4 +-
 .../apache/sis/internal/storage/inflater/LZW.java  |  12 +-
 .../storage/io/ChannelImageInputStream.java        |   2 +-
 15 files changed, 550 insertions(+), 60 deletions(-)
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/DerivedGridCoverage.java
 create mode 100644 
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/TranslatedGridCoverage.java
 create mode 100644 
core/sis-feature/src/test/java/org/apache/sis/coverage/grid/TranslatedGridCoverageTest.java

Reply via email to