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=12&rev2=13 Here is a list of GeoSPARQL functions that are implemented on KiWi: - || FUNCTION || TYPE || DESCRIPTION || STATE || SYNTAX || + || FUNCTION || TYPE || DESCRIPTION || STATE || SYNTAX || VIEW || - || INTERSECTS || Boolean || Returns TRUE if arg_A intersect with arg_B geometry || Implemented || geof:sfIntersects(?arg_A, ?argB) || + || INTERSECTS || Boolean || Returns TRUE if arg_A intersect with arg_B geometry || Implemented || geof:sfIntersects(?arg_A, ?argB) || [[attachment:intersects.PNG]] || - || WITHIN || Boolean || Returns TRUE if the geometry arg_A is completely inside geometry arg_B || Implemented || geof:sfWithin(?arg_A, ?argB) || + || WITHIN || Boolean || Returns TRUE if the geometry arg_A is completely inside geometry arg_B || Implemented || geof:sfWithin(?arg_A, ?argB) || [[attachment:within.PNG]] || || CONTAINS || 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:sfOverlaps(?arg_A, ?argB) || || TOUCHES || Boolean || Returns TRUE if the geometries have at least one point in common, but their interiors do not intersect. || Implemented || geof:sfTouches(?arg_A, ?argB) || @@ -34, +34 @@ || BUFFER || Geometry|| Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. || Implemented || geof:buffer(?arg_A, radius) || || DISTANCE || Geometry || Returns the shortest distance in units between any two Points in the two geometric objects. || Implemented || geof:distance(?arg_A,arg_B,unit)|| +
