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

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


    from f358804252 Merge branch 'geoapi-4.0' into geoapi-3.1 - Completion of 
the work on temporal objects - Some work on Shapefile and SQL store
     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`.
     new b22144ecf8 Merge branch 'geoapi-4.0' into geoapi-3.1

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    |  2 +-
 .../main/org/apache/sis/util/iso/Types.java        |  9 ++--
 .../apache/sis/xml/bind/gml/TimePeriodBound.java   |  5 ++-
 .../org/apache/sis/geometry/CoordinateFormat.java  |  4 +-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |  7 ++-
 .../org/apache/sis/io/wkt/MathTransformParser.java | 22 +++++-----
 .../operation/CoordinateOperationRegistry.java     |  5 +--
 .../DefaultCoordinateOperationFactory.java         | 20 ++-------
 .../transform/DefaultMathTransformFactory.java     |  7 +--
 .../sis/referencing/privy/AxisDirections.java      |  3 +-
 .../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 |  9 ++--
 .../apache/sis/storage/netcdf/base/Decoder.java    | 13 +++++-
 .../sis/storage/netcdf/base/GridMapping.java       |  5 ++-
 .../sis/storage/netcdf/classic/ChannelDecoder.java |  4 +-
 .../sis/storage/netcdf/ucar/DecoderWrapper.java    |  2 +-
 .../apache/sis/util/privy/MetadataServices.java    |  2 +-
 .../sis/util/resources/IndexedResourceBundle.java  |  2 +-
 geoapi/snapshot                                    |  2 +-
 .../org/apache/sis/cql/FilterToCQLVisitor.java     |  4 +-
 .../test/org/apache/sis/cql/FilterReadingTest.java |  4 +-
 .../apache/sis/storage/shapefile/dbf/DBFField.java | 38 ++++++++++++++--
 26 files changed, 180 insertions(+), 92 deletions(-)

Reply via email to