Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for 
change notification.

The "GSoC/2015/MARMOTTA-584" page has been changed by Francisco Sumba:
https://wiki.apache.org/marmotta/GSoC/2015/MARMOTTA-584?action=diff&rev1=7&rev2=8

  Here is a list of GeoSPARQL functions that are implemented on KiWi:
  
  || FUNCTION || TYPE || DESCRIPTION  || STATE || SYNTAX ||
- || INTERSECTS || Boolean || returns geometries (arg_A) intersecting with 
other geometry (arg_B) || Implemented || geof:sfIntersects(?arg_A, ?argB) ||
+ || INTERSECTS || Boolean || Returns geometries (arg_A) intersecting with 
other geometry (arg_B) || Implemented || geof:sfIntersects(?arg_A, ?argB) ||
+ || WITHIN || Boolean ||  Returns  geometries arg_A that are completely inside 
geometry arg_B || Implemented || geof:sfWithin(?arg_A, ?argB) ||
+ || CONTAIN || Boolean || Returns true if and only if no points of arg_B lie 
in the exterior of arg_A, and at least one point of the interior of arg_B lies 
in the interior of arg_A. || Implemented || geof:sfContains(?arg_A, ?argB) ||
+ || OVERLAPS || Boolean || Returns TRUE if the Geometries share space, are of 
the same dimension, but are not completely contained by each other. || 
Implemented || geof:sfContains(?arg_A, ?argB) ||
  

Reply via email to