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 SergioFernandez: https://wiki.apache.org/marmotta/GSoC/2015/MARMOTTA-584?action=diff&rev1=19&rev2=20 Comment: fixed images rendering ||||||||||||<tablestyle="width: 80%">'''SF FUNCTIONS'''|| || '''FUNCTION''' || '''TYPE''' || '''DESCRIPTION''' || '''STATE''' || '''SYNTAX''' || '''VIEW''' || - || INTERSECTS || Boolean || Returns TRUE if geom1 intersect with geom2 geometry || Implemented || geof:sfIntersects(?geom1, ?geom2) || [[attachment:intersects.PNG]] || + || INTERSECTS || Boolean || Returns TRUE if geom1 intersect with geom2 geometry || Implemented || geof:sfIntersects(?geom1, ?geom2) || {{attachment:intersects.PNG}} || - || WITHIN || Boolean || Returns TRUE if the geometry geom1 is completely inside geometry geom2 || Implemented || geof:sfWithin(?geom1, ?geom2) || [[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 geom2 lie in the exterior of geom1, and at least one point of the interior of geom2 lies in the interior of geom1. || Implemented || geof:sfContains(?geom1, ?geom2) || [[attachment:contains.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. || 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(?geom1, ?geom2) || [[attachment:overlaps.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(?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. || Implemented || geof:sfTouches(?geom1, ?geom2) || [[attachment:touches.PNG]] || + || TOUCHES || Boolean || Returns TRUE if the geometries have at least one point in common, but their interiors do not intersect. || Implemented || geof:sfTouches(?geom1, ?geom2) || {{attachment:touches.PNG}} || - || EQUALS || Boolean || Returns TRUE if the given geometries represent the same geometry || Implemented || geof:sfEquals(?geom1, ?geom2) || [[attachment:equals.PNG]] || + || EQUALS || Boolean || Returns TRUE if the given geometries represent the same geometry || Implemented || geof:sfEquals(?geom1, ?geom2) || {{attachment:equals.PNG}} || - || DISJOINT|| Boolean || Returns TRUE if the Geometries do not "spatially intersect" - if they do not share any space together. || Implemented || geof:sfDisjoint(?geom1, ?geom2) || [[attachment:disjoint.PNG]] || + || DISJOINT|| Boolean || Returns TRUE if the Geometries do not "spatially intersect" - if they do not share any space together. || Implemented || geof:sfDisjoint(?geom1, ?geom2) || {{attachment:disjoint.PNG}} || - || CROSSES || Boolean || Returns TRUE if the supplied geometries have some, but not all, interior points in common. || Implemented || geof:sfCrosses(?geom1, ?geom2) || [[attachment:crosses.PNG]] || + || CROSSES || Boolean || Returns TRUE if the supplied geometries have some, but not all, interior points in common. || Implemented || geof:sfCrosses(?geom1, ?geom2) || {{attachment:crosses.PNG}} || ||||||||||||<tablestyle="width: 80%">'''NON TOPOLOGICAL FUNCTIONS'''|| - || INTERSECTION || Geometry|| Returns a geometry that represents the shared portion of geom1 and geom2. || Implemented || geof:intersection(?geom1, ?geom2) || [[attachment:intersection.PNG]] || + || INTERSECTION || Geometry|| Returns a geometry that represents the shared portion of geom1 and geom2. || Implemented || geof:intersection(?geom1, ?geom2) || {{attachment:intersection.PNG}} || - || CONVEXHULL|| Geometry|| The convex hull of a geometry represents the minimum convex geometry that encloses all geometries within the set. || Implemented || geof:convexHull(?geom1) || [[attachment:convexhull.PNG]] || + || CONVEXHULL|| Geometry|| The convex hull of a geometry represents the minimum convex geometry that encloses all geometries within the set. || Implemented || geof:convexHull(?geom1) || {{attachment:convexhull.PNG}} || - || BUFFER || Geometry|| Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. || Implemented || geof:buffer(?geom1, radius) || [[attachment:buffer.PNG]] || + || BUFFER || Geometry|| Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. || Implemented || 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:distance(?geom1, ?geom2,unit)|| [[attachment:distance.PNG]] || + || DISTANCE || Geometry || Returns the shortest distance in units between any two Points in the two geometric objects. || Implemented || geof:distance(?geom1, ?geom2,unit)|| {{attachment:distance.PNG}} || || BOUNDARY || Geometry || This function returns the closure of the boundary of geom1. || Implemented || geof:distance(?geom1) || || || DIFFERENCE || Geometry || || Implemented || || || || ENVELOPE || Geometry || || Implemented || || ||
