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=22&rev2=23

  ||||||||||||<tablestyle="width: 100%">'''SF FUNCTIONS'''||
  || '''FUNCTION''' || '''TYPE''' || '''DESCRIPTION'''  || '''STATUS''' || 
'''SYNTAX''' || '''VIEW''' ||
  || INTERSECTS || Boolean || Returns TRUE if geom1 intersect with geom2 
geometry ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || 
geof:sfIntersects(?geom1, ?geom2) || {{attachment:intersects.PNG}} ||
- || WITHIN || Boolean ||  Returns TRUE if the geometry geom1 is completely 
inside geometry geom2 ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || geof:sfWithin(?geom1, ?geom2) || {{attachment:within.PNG}} ||
+ || WITHIN || Boolean ||  Returns TRUE if geom1 is completely inside  geom2 
||<style="background-color:#008000; color:#FFFFFF;"> Implemented || 
geof:sfWithin(?geom1, ?geom2) || {{attachment:within.PNG}} ||
  || 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 geom2 lies 
in the interior of geom1. ||<style="background-color:#008000; color:#FFFFFF;"> 
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. 
||<style="background-color:#008000; color:#FFFFFF;"> Implemented || 
geof:sfOverlaps(?geom1, ?geom2) ||  {{attachment:overlaps.PNG}} ||
  || TOUCHES || Boolean || Returns TRUE if the geometries have at least one 
point in common, but their interiors do not intersect. 
||<style="background-color:#008000; color:#FFFFFF;"> Implemented || 
geof:sfTouches(?geom1, ?geom2) ||  {{attachment:touches.PNG}} ||
@@ -47, +47 @@

  || UNION || Geometry || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || || ||
  || getSRID || INT || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || geof:getSRID (geom) || ||
  ||||||||||||<tablestyle="width: 80%">'''EH FUNCTIONS'''||
- || EQUALS || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || geof:ehEquals(geom1, geom2) || ||
- || DISJOINT || Boolean || ||<style="background-color:#008000; 
color:#FFFFFF;"> Implemented || geof:ehDisjoint(geom1, geom2) || ||
- || MEET || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented ||geof:ehMeet(geom1, geom2) || ||
+ || EQUALS || Boolean || Returns TRUE if the given geometries represent the 
same geometry ||<style="background-color:#008000; color:#FFFFFF;"> Implemented 
|| geof:ehEquals(geom1, geom2) || {{attachment:equals.PNG}} ||
+ || DISJOINT || Boolean || Returns TRUE if the Geometries do not "spatially 
intersect" - if they do not share any space together. 
||<style="background-color:#008000; color:#FFFFFF;"> Implemented || 
geof:ehDisjoint(geom1, geom2) || {{attachment:disjoint.PNG}} ||
+ || MEET || Boolean || Returns TRUE if the geometries have at least one point 
in common, but their interiors do not intersect. 
||<style="background-color:#008000; color:#FFFFFF;"> Implemented 
||geof:ehMeet(geom1, geom2) || ||
  || OVERLAP || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || geof:ehOverlap(geom1, geom2) || ||
  || COVERS || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> 
Implemented || geof:ehCovers(geom1, geom2) || ||
  || COVERED BY || Boolean || ||<style="background-color:#008000; 
color:#FFFFFF;"> Implemented || geof:ehCoveredBy(geom1, geom2) || ||

Reply via email to