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 f17de4b  First draft of the use of linearizers in 
LinearTransformBuilder. https://issues.apache.org/jira/browse/SIS-446
     new 87f6141  Rename ArraysExt.sequence(…) as ArraysExt.range(…) and modify 
its semantic for consistency with IntStream.range(…).
     new e7de3e0  Share the CONTINUATION_MARK and CONTINUATION_END characters.
     new fd7b9d7  Allow LocalizationGridBuilder to use the "linearizers" 
functionality added in LinearTransformBuilder.

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:
 .../apache/sis/internal/raster/RasterFactory.java  |   2 +-
 .../org/apache/sis/image/DefaultIteratorTest.java  |   2 +-
 .../java/org/apache/sis/image/TiledImageMock.java  |   2 +-
 .../operation/builder/LinearTransformBuilder.java  | 153 ++++++----
 .../operation/builder/LocalizationGridBuilder.java | 321 ++++++++++++++++-----
 .../operation/builder/ProjectedTransformTry.java   |  39 ++-
 .../operation/builder/TransformBuilder.java        |   2 +-
 .../sis/referencing/operation/matrix/Solver.java   |   2 +-
 .../operation/transform/PassThroughTransform.java  |   2 +-
 .../operation/transform/TransformSeparator.java    |   8 +-
 .../java/org/apache/sis/internal/util/Strings.java |  16 +-
 .../main/java/org/apache/sis/util/ArraysExt.java   |  58 ++--
 .../apache/sis/util/logging/MonolineFormatter.java |  19 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |  15 +
 .../sis/util/resources/Vocabulary.properties       |   3 +
 .../sis/util/resources/Vocabulary_fr.properties    |   3 +
 .../java/org/apache/sis/util/ArraysExtTest.java    |  22 +-
 .../sis/util/logging/MonolineFormatterTest.java    |   5 +-
 ide-project/NetBeans/nbproject/genfiles.properties |   2 +-
 ide-project/NetBeans/nbproject/project.xml         |   1 +
 .../java/org/apache/sis/internal/netcdf/Axis.java  |   2 +-
 .../sis/internal/storage/AbstractGridResource.java |   2 +-
 22 files changed, 462 insertions(+), 219 deletions(-)

Reply via email to