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 2020/11/01 19:38:36 UTC

[jena-site] branch master updated: GeoSPARQL doc extra notes on `jena-spatial` setup.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c5e6489  GeoSPARQL doc extra notes on `jena-spatial` setup.
c5e6489 is described below

commit c5e64893448290b16ec307569eaca890537c47ea
Author: GregAlbo <46...@users.noreply.github.com>
AuthorDate: Sun Nov 1 19:38:31 2020 +0000

    GeoSPARQL doc extra notes on `jena-spatial` setup.
---
 source/documentation/geosparql/__index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/documentation/geosparql/__index.md b/source/documentation/geosparql/__index.md
index 51701cf..5fbb7ca 100644
--- a/source/documentation/geosparql/__index.md
+++ b/source/documentation/geosparql/__index.md
@@ -344,6 +344,7 @@ MultiGeometry | Point, LineString, Curve, Polygon, Surface
 The `jena-spatial` module contains several SPARQL functions for querying datasets using the WGS84 Geo predicates for latitude (`http://www.w3.org/2003/01/geo/wgs84_pos#lat`) and longitude (`http://www.w3.org/2003/01/geo/wgs84_pos#long`).
 These `jena-spatial` functions are supported for both Geo predicates and Geometry Literals, i.e. a GeoSPARQL dataset.
 Additional SPARQL filter functions have been provided to convert Geo predicate properties into WKT strings and calculate Great Circle and Euclidean distances.
+The `jena-spatial`functions require setting up a Spatial Index for the target Dataset, e.g. `GeoSPARQLConfig.setupSpatialIndex(dataset);`, see Spatial Index section.
 
 ### Supported Features
 The Geo predicate form of spatial representation is restricted to only 'Point' shapes in the WGS84 spatial/coordinate reference system.