You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/13 16:48:48 UTC

[jena] branch main updated (d292129f6a -> 119e09bb08)

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

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


    from d292129f6a Merge pull request #1380 from afs/tokens
     new 71eae82b27 add geof:asGeoJSON function
     new cf30225a03 add licence header
     new 119e09bb08 Merge pull request #1330 from AKSW/asgeojson

The 9977 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:
 jena-geosparql/pom.xml                             |  5 ++
 .../{IntersectionFF.java => AsGeoJSONFF.java}      | 47 +++++++++--------
 .../implementation/datatype/GeoJSONDatatype.java   | 54 +++++++++-----------
 .../function_registration/NonTopological.java      |  3 +-
 .../geosparql/implementation/vocabulary/Geo.java   |  1 +
 .../geosparql/implementation/vocabulary/Geof.java  |  3 ++
 .../filter_functions/AsGeoJSONFFTest.java          | 59 ++++++++++++++++++++++
 pom.xml                                            |  9 +++-
 8 files changed, 128 insertions(+), 53 deletions(-)
 copy jena-geosparql/src/main/java/org/apache/jena/geosparql/geof/nontopological/filter_functions/{IntersectionFF.java => AsGeoJSONFF.java} (52%)
 copy jena-arq/src/main/java/org/apache/jena/riot/tokens/PrintTokenizer.java => jena-geosparql/src/main/java/org/apache/jena/geosparql/implementation/datatype/GeoJSONDatatype.java (53%)
 create mode 100644 jena-geosparql/src/test/java/org/apache/jena/geosparql/geof/nontopological/filter_functions/AsGeoJSONFFTest.java