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=11&rev2=12

  || INTERSECTION || Geometry|| Returns a geometry that represents the shared 
portion of arg_A and arg_B. || Implemented || geof:intersection(?arg_A, ?argB) 
||
  || CONVEXHULL|| Geometry|| The convex hull of a geometry represents the 
minimum convex geometry that encloses all geometries within the set. || 
Implemented || geof:convexHull(?arg_A) ||
  || 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)||
+ || 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)||
  

Reply via email to