You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ga...@apache.org on 2019/08/09 18:32:06 UTC

[jena] branch master updated (e9a7b95 -> 8df2e89)

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

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


    from e9a7b95  Merge pull request #591 from apache/jackson-databind
     new 29d1274  - direct checks made for Feature and Geometry classes, so that SpatialObject does not have to be asserted or inferred.
     new c1e95e3  - direct checks made for asGML and asWKT when hasSerialization unsuccessful.
     new 8df2e89  Merge pull request #589 from galbiston/geosparql-schema-checks

The 7974 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:
 .../configuration/GeoSPARQLOperations.java         | 26 +++++++++++++++++----
 .../jena/geosparql/configuration/ModeSRS.java      |  9 +++++++-
 .../GenericGeometryPropertyFunction.java           | 27 ++++++++++++++--------
 .../geo/topological/GenericPropertyFunction.java   | 14 ++++++++---
 .../topological/SpatialObjectGeometryLiteral.java  | 12 ++++++++++
 .../jena/geosparql/spatial/SpatialIndex.java       | 14 ++++++++---
 .../GenericSpatialPropertyFunction.java            | 12 +++++++++-
 .../configuration/GeoSPARQLOperationsTest.java     |  4 ++++
 8 files changed, 97 insertions(+), 21 deletions(-)