This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 86b20ccbda Merge branch 'geoapi-3.1'
     add 5077c372fd Fix shapefile DBF field parsing, tolerate character 
patterns as missing number values
     add 8032c960ae `ControlledVocabulary.identifier()` become optional. This 
change helped to see potential NullPointerException.
     add 6011e9f39f Consolidation in the way to get or create 
`OperationMethod`: - No longer specify the number of dimensions in constructor. 
- Search of predefined instance based only on `MathTransformFactory`,   using a 
convenience method added in `ReferencingFactoryContainer`.
     add b22144ecf8 Merge branch 'geoapi-4.0' into geoapi-3.1
     add bede3d4c05 Partial revert of the previous merge: the 
`CodeList.identifier()` method already existed in GeoAPI 3.0, we cannot change 
its return type (from `String` to `Optional<String>`) in GeoAPI 3.1.
     new 975aed6c18 Merge branch 'geoapi-3.1' - Consolidation in the way to get 
or create `OperationMethod` - Fix in shapefile DBF field parsing

The 1 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:
 .../org/apache/sis/coverage/grid/PixelInCell.java  |  5 ++-
 .../org/apache/sis/temporal/DefaultInstant.java    |  4 +-
 .../main/org/apache/sis/util/iso/Types.java        | 21 ++++++---
 .../org/apache/sis/geometry/CoordinateFormat.java  |  6 ++-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    | 10 ++---
 .../org/apache/sis/io/wkt/MathTransformParser.java | 22 +++++-----
 .../DefaultCoordinateOperationFactory.java         | 16 +------
 .../transform/DefaultMathTransformFactory.java     |  7 +--
 .../sis/referencing/privy/AxisDirections.java      |  5 ++-
 .../referencing/privy/CoordinateOperations.java    | 26 ++++++++---
 .../referencing/privy/GeodeticObjectBuilder.java   |  4 +-
 .../privy/ReferencingFactoryContainer.java         | 51 ++++++++++++++++++++--
 .../sis/storage/geotiff/reader/CRSBuilder.java     | 17 ++++++--
 .../apache/sis/storage/netcdf/base/CRSBuilder.java |  6 +--
 .../apache/sis/storage/netcdf/base/Decoder.java    | 13 +++++-
 .../sis/storage/netcdf/base/GridMapping.java       |  9 ++--
 .../sis/storage/netcdf/classic/ChannelDecoder.java |  4 +-
 .../sis/storage/netcdf/ucar/DecoderWrapper.java    |  2 +-
 .../sis/util/resources/IndexedResourceBundle.java  |  2 +-
 .../apache/sis/storage/shapefile/dbf/DBFField.java | 38 ++++++++++++++--
 20 files changed, 187 insertions(+), 81 deletions(-)

Reply via email to