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 df4585d Use "stretching" for the name of operation that fit a color
ramp to a given range of values. It seems to be the word used by ESRI.
new 1f1fdbf Settle the policy regarding ChannelData.reset().
Opportunistic typo fixes.
new ed39859 Add execution of GeoAPI parameterized transform tests.
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:
.../java/org/apache/sis/image/TransferType.java | 10 +--
.../referencing/geoapi/AuthorityFactoryTest.java | 72 ++++++++++++++++++
.../geoapi/ParameterizedTransformTest.java | 87 ++++++++++++++++++++++
.../sis/test/suite/ReferencingTestSuite.java | 4 +
.../main/java/org/apache/sis/measure/Units.java | 2 +-
.../org/apache/sis/storage/gdal/TransformTest.java | 1 -
.../sis/internal/storage/io/ChannelData.java | 10 +--
.../storage/io/RewindableLineReaderTest.java | 2 +-
8 files changed, 175 insertions(+), 13 deletions(-)
create mode 100644
core/sis-referencing/src/test/java/org/apache/sis/referencing/geoapi/AuthorityFactoryTest.java
create mode 100644
core/sis-referencing/src/test/java/org/apache/sis/referencing/geoapi/ParameterizedTransformTest.java