This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from f2311f5 Fix rendering of map in the east hemisphere and when crossing
anti-meridian.
new eae5ae1 Filter : prepare PropertyIsLike filter implementation
new 20e2995 Filter : add spatial filter classes, not implemented yet,
this allows more CQL tests to be activated
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:
.../org/apache/sis/cql/FilterToCQLVisitor.java | 4 +
.../test/java/org/apache/sis/cql/CQLTestCase.java | 6 +-
.../java/org/apache/sis/cql/FilterReadingTest.java | 132 +++----
.../java/org/apache/sis/cql/FilterWritingTest.java | 14 +-
.../apache/sis/filter/DefaultFilterFactory.java | 44 ++-
.../java/org/apache/sis/filter/DefaultLike.java | 101 +++++
.../org/apache/sis/filter/SpatialFunction.java | 414 +++++++++++++++++++++
...CapabilitiesTest.java => LikeFunctionTest.java} | 20 +-
.../apache/sis/test/suite/FeatureTestSuite.java | 1 +
9 files changed, 614 insertions(+), 122 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/filter/DefaultLike.java
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/filter/SpatialFunction.java
copy
core/sis-feature/src/test/java/org/apache/sis/filter/{CapabilitiesTest.java =>
LikeFunctionTest.java} (77%)