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 7d72c08606 fix(JTS): compute 3D and 4D envelopes in JTS geometry 
Wrapper.getEnvelope() method
     new c4cb4db1ca Move the code that search for Z and M values in a separated 
classes. It make easier to manage the ranges, the flags about Z and M presence 
and the dimensions all together.
     new 593a479d5c Javadoc, formatting and warning suppressions.
     new ca60298d0c Add support for writing pyramided GeoTIFF. This is an 
important step toward a COG writer, but not yet fully COG compliant.

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/geometry/wrapper/jts/GeometryWalker.java   | 184 ++++++++++++
 .../apache/sis/geometry/wrapper/jts/Wrapper.java   | 112 ++------
 .../main/org/apache/sis/image/ComputedImage.java   |   2 +-
 .../main/org/apache/sis/image/ImageProcessor.java  |  34 ++-
 .../main/org/apache/sis/image/OverviewImage.java   | 313 +++++++++++++++++++++
 .../main/org/apache/sis/image/PixelIterator.java   |   6 +-
 .../main/org/apache/sis/image/ResampledImage.java  |   2 +-
 .../org/apache/sis/image/BandedIteratorTest.java   |   1 +
 .../org/apache/sis/image/ComputedImageTest.java    |   1 +
 .../test/org/apache/sis/image/DataTypeTest.java    |   1 +
 .../test/org/apache/sis/image/ImageLayoutTest.java |   1 +
 .../org/apache/sis/image/ImageOverlayTest.java     |   1 +
 .../test/org/apache/sis/image/ImageTestCase.java   |   1 +
 .../org/apache/sis/image/InterpolationTest.java    |   1 +
 .../org/apache/sis/image/LinearIteratorTest.java   |   1 +
 .../test/org/apache/sis/image/MaskedImageTest.java |   1 +
 .../org/apache/sis/image/OverviewImageTest.java    | 138 +++++++++
 .../test/org/apache/sis/image/TiledImageMock.java  |  17 ++
 .../apache/sis/storage/geotiff/FormatModifier.java |  19 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  22 +-
 .../org/apache/sis/storage/geotiff/Writer.java     |  31 +-
 .../sis/storage/geotiff/GeoTiffStoreTest.java      |  78 +++++
 22 files changed, 862 insertions(+), 105 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/geometry/wrapper/jts/GeometryWalker.java
 create mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/image/OverviewImage.java
 create mode 100644 
endorsed/src/org.apache.sis.feature/test/org/apache/sis/image/OverviewImageTest.java

Reply via email to