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 f2faacb692 Reintroduce `org.opengis.temporal.Instant` from ISO 19108, 
because this is not the same thing as `java.time.Instant` despite the name. 
Regroup all temporal objects in an `org.apache.sis.temporal` package, not 
exported for now.
     new 534ca09f91 Move `TimeMethods` to `org.apache.sis.temporal` for 
allowing its use in the implementation of 
`DefaultInstant.findRelativePosition(TemporalPrimitive)`.
     new 90c0f789d7 Rename `StandardDateFormat` as `LenientDateFormat`.

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:
 .../main/org/apache/sis/filter/TemporalFilter.java |  21 +++-
 .../org/apache/sis/filter/TemporalOperation.java   |  25 ++--
 .../org/apache/sis/temporal/DefaultInstant.java    | 101 +++++++++++++--
 .../org/apache/sis/temporal/GeneralDuration.java   |  30 ++---
 ...ndardDateFormat.java => LenientDateFormat.java} |  14 +--
 .../main/org/apache/sis/temporal}/TimeMethods.java | 105 +++++++++-------
 .../apache/sis/temporal/DefaultInstantTest.java    | 136 +++++++++++++++++++++
 .../org/apache/sis/temporal/DefaultPeriodTest.java |  14 ++-
 ...eFormatTest.java => LenientDateFormatTest.java} |  44 +++----
 .../main/org/apache/sis/io/wkt/AbstractParser.java |   4 +-
 .../main/org/apache/sis/io/wkt/Formatter.java      |   4 +-
 .../main/org/apache/sis/io/wkt/WKTFormat.java      |   4 +-
 .../referencing/factory/sql/EPSGDataAccess.java    |   4 +-
 .../test/org/apache/sis/io/wkt/ElementTest.java    |   2 +-
 .../sis/storage/geotiff/reader/XMLMetadata.java    |   6 +-
 .../sis/storage/netcdf/classic/ChannelDecoder.java |   6 +-
 .../sis/storage/netcdf/classic/VariableInfo.java   |   4 +-
 .../sis/storage/xml/stream/StaxStreamReader.java   |   6 +-
 .../main/org/apache/sis/storage/csv/Store.java     |   6 +-
 .../org/apache/sis/storage/csv/TimeEncoding.java   |   4 +-
 .../main/org/apache/sis/util/resources/Errors.java |   2 +-
 .../apache/sis/util/resources/Errors.properties    |   2 +-
 .../main/org/apache/sis/cql/CQL.java               |   4 +-
 .../org/apache/sis/cql/FilterToCQLVisitor.java     |   6 +-
 24 files changed, 417 insertions(+), 137 deletions(-)
 rename 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/temporal/{StandardDateFormat.java
 => LenientDateFormat.java} (97%)
 rename endorsed/src/{org.apache.sis.feature/main/org/apache/sis/filter => 
org.apache.sis.metadata/main/org/apache/sis/temporal}/TimeMethods.java (84%)
 rename 
endorsed/src/org.apache.sis.metadata/test/org/apache/sis/temporal/{StandardDateFormatTest.java
 => LenientDateFormatTest.java} (78%)

Reply via email to