Return-Path: X-Original-To: apmail-marmotta-commits-archive@minotaur.apache.org Delivered-To: apmail-marmotta-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E51A218AD7 for ; Wed, 12 Aug 2015 20:36:19 +0000 (UTC) Received: (qmail 10103 invoked by uid 500); 12 Aug 2015 20:36:19 -0000 Delivered-To: apmail-marmotta-commits-archive@marmotta.apache.org Received: (qmail 10068 invoked by uid 500); 12 Aug 2015 20:36:19 -0000 Mailing-List: contact commits-help@marmotta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@marmotta.apache.org Delivered-To: mailing list commits@marmotta.apache.org Received: (qmail 10059 invoked by uid 99); 12 Aug 2015 20:36:19 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 20:36:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 628C31A9E19 for ; Wed, 12 Aug 2015 20:36:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.5 X-Spam-Level: *** X-Spam-Status: No, score=3.5 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RDNS_NONE=2.5] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 3OwmCHGlksCU for ; Wed, 12 Aug 2015 20:36:13 +0000 (UTC) Received: from spamd1-us-west.apache.org (unknown [209.188.14.142]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id E728F37025 for ; Wed, 12 Aug 2015 20:13:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 47785DCB80 for ; Wed, 12 Aug 2015 20:13:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id J-9XWCyBae0S for ; Wed, 12 Aug 2015 20:13:11 +0000 (UTC) Received: from eos.apache.org (eos.apache.org [140.211.11.131]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id BEE4350EA2 for ; Wed, 12 Aug 2015 20:13:00 +0000 (UTC) Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 90793A9 for ; Wed, 12 Aug 2015 20:13:00 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 12 Aug 2015 20:13:00 -0000 Message-ID: <20150812201300.27924.55772@eos.apache.org> Subject: =?utf-8?q?=5BMarmotta_Wiki=5D_Update_of_=22GSoC/2015/MARMOTTA-584=22_by_F?= =?utf-8?q?rancisco_Sumba?= Auto-Submitted: auto-generated 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=3Ddiff&rev1= =3D16&rev2=3D17 Here is a list of GeoSPARQL functions that are implemented on KiWi: = || '''FUNCTION''' || '''TYPE''' || '''DESCRIPTION''' || '''STATE''' || '= ''SYNTAX''' || '''VIEW''' || - || INTERSECTS || Boolean || Returns TRUE if arg_A intersect with arg_B ge= ometry || Implemented || geof:sfIntersects(?arg_A, ?argB) || [[attachment:i= ntersects.PNG]] || + || INTERSECTS || Boolean || Returns TRUE if geom1 intersect with geom2 ge= ometry || Implemented || geof:sfIntersects(?geom1, ?geom2) || [[attachment:= intersects.PNG]] || - || WITHIN || Boolean || Returns TRUE if the geometry arg_A is completely= inside geometry arg_B || Implemented || geof:sfWithin(?arg_A, ?argB) || [[= attachment:within.PNG]] || + || WITHIN || Boolean || Returns TRUE if the geometry geom1 is completely= inside geometry geom2 || Implemented || geof:sfWithin(?geom1, ?geom2) || [= [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) || + || CONTAINS || Boolean || Returns TRUE if and only if no points of geom2 = lie in the exterior of geom1, and at least one point of the interior of geo= m2 lies in the interior of geom1. || Implemented || geof:sfContains(?geom1,= ?geom2) || [[attachment:contains.PNG]] || - || 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) || + || 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(?geom1, ?geom2) || [[attachment:overlaps.PN= G]] || - || TOUCHES || Boolean || Returns TRUE if the geometries have at least one= point in common, but their interiors do not intersect. || Implemented || g= eof:sfTouches(?arg_A, ?argB) || + || TOUCHES || Boolean || Returns TRUE if the geometries have at least one= point in common, but their interiors do not intersect. || Implemented || g= eof:sfTouches(?geom1, ?geom2) || [[attachment:touches.PNG]] || - || EQUALS || Boolean || Returns TRUE if the given geometries represent th= e same geometry || Implemented || geof:sfEquals(?arg_A, ?argB) || + || EQUALS || Boolean || Returns TRUE if the given geometries represent th= e same geometry || Implemented || geof:sfEquals(?geom1, ?geom2) || [[attac= hment:equals.PNG]] || - || DISJOINT|| Boolean || Returns TRUE if the Geometries do not "spatially= intersect" - if they do not share any space together. || Implemented || ge= of:sfDisjoint(?arg_A, ?argB) || + || DISJOINT|| Boolean || Returns TRUE if the Geometries do not "spatially= intersect" - if they do not share any space together. || Implemented || ge= of:sfDisjoint(?geom1, ?geom2) || [[attachment:disjoint.PNG]] || - || CROSSES || Boolean || Returns TRUE if the supplied geometries have som= e, but not all, interior points in common. || Implemented || geof:sfCrosses= (?arg_A, ?argB) || + || CROSSES || Boolean || Returns TRUE if the supplied geometries have som= e, but not all, interior points in common. || Implemented || geof:sfCrosses= (?geom1, ?geom2) || [[attachment:crosses.PNG]] || - || INTERSECTION || Geometry|| Returns a geometry that represents the shar= ed portion of arg_A and arg_B. || Implemented || geof:intersection(?arg_A, = ?argB) || + || INTERSECTION || Geometry|| Returns a geometry that represents the shar= ed portion of geom1 and geom2. || Implemented || geof:intersection(?geom1, = ?geom2) || [[attachment:intersection.PNG]] || - || CONVEXHULL|| Geometry|| The convex hull of a geometry represents the m= inimum convex geometry that encloses all geometries within the set. || Impl= emented || geof:convexHull(?arg_A) || + || CONVEXHULL|| Geometry|| The convex hull of a geometry represents the m= inimum convex geometry that encloses all geometries within the set. || Impl= emented || geof:convexHull(?geom1) || [[attachment:convexhull.PNG]] || - || BUFFER || Geometry|| Returns a geometry that represents all points who= se distance from this Geometry is less than or equal to distance. || Implem= ented || geof:buffer(?arg_A, radius) || + || BUFFER || Geometry|| Returns a geometry that represents all points who= se distance from this Geometry is less than or equal to distance. || Implem= ented || geof:buffer(?geom1, radius) || [[attachment:buffer.PNG]] || - || DISTANCE || Geometry || Returns the shortest distance in units between= any two Points in the two geometric objects. || Implemented || geof:distan= ce(?arg_A,arg_B,unit)|| + || DISTANCE || Geometry || Returns the shortest distance in units between= any two Points in the two geometric objects. || Implemented || geof:distan= ce(?geom1, ?geom2,unit)|| [[attachment:distance.PNG]] || - || BOUNDARY || Geometry || || Implemented || + || BOUNDARY || Geometry || This function returns the closure of the bound= ary of geom1. || Implemented || geof:distance(?geom1) || || DIFFERENCE || Geometry || || Implemented || || ENVELOPE || Geometry || || Implemented || || RELATE || Boolean || || Implemented ||