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 3e8712f  Netcdf : remove TransformException not raised by GridGeometry
     new 74af00d  Consolidation of exception handling.
     new 52a2783  Typo fix: tupple -> tuple.
     new 5bdc857  Moved the "reduce" method for keeping it close to "compound".

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:
 .../main/java/org/apache/sis/io/wkt/Warnings.java  |   6 +-
 .../apache/sis/metadata/iso/MarshallingTest.java   |   2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   |   4 +-
 .../org/apache/sis/coverage/grid/GridGeometry.java | 109 +++++++------
 ...tion.java => IllegalGridGeometryException.java} |  27 ++--
 .../grid/IncompleteGridGeometryException.java      |  10 --
 .../sis/coverage/grid/SubgridCalculator.java       |  38 ++---
 .../org/apache/sis/internal/raster/Resources.java  |   5 +
 .../sis/internal/raster/Resources.properties       |   1 +
 .../sis/internal/raster/Resources_fr.properties    |   1 +
 .../apache/sis/coverage/grid/GridGeometryTest.java |   4 +-
 .../referencing/GeodeticObjectBuilder.java         |   4 +-
 .../org/apache/sis/parameter/ParameterFormat.java  |   2 +-
 .../main/java/org/apache/sis/referencing/CRS.java  | 172 +++++++++++----------
 .../java/org/apache/sis/internal/netcdf/Grid.java  |   4 +-
 15 files changed, 195 insertions(+), 194 deletions(-)
 rename 
core/sis-raster/src/main/java/org/apache/sis/coverage/grid/{InvalidGridGeometryException.java
 => IllegalGridGeometryException.java} (71%)

Reply via email to