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=8&rev2=9

  || FUNCTION || TYPE || DESCRIPTION  || STATE || SYNTAX ||
  || 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) ||
+ || 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: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) ||
+ || EQUALS || Boolean || Returns true if the given geometries represent the 
same geometry || Implemented || geof:sfEquals(?arg_A, ?argB) ||
  

Reply via email to