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=23&rev2=24 ||||||||||||<tablestyle="width: 80%">'''NON TOPOLOGICAL FUNCTIONS'''|| || INTERSECTION || Geometry|| Returns a geometry that represents the shared portion of geom1 and geom2. ||<style="background-color:#008000; color:#FFFFFF;"> 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. ||<style="background-color:#008000; color:#FFFFFF;"> 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. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:buffer(?geom1, radius) || {{attachment:buffer.PNG}} || + || BUFFER || Geometry|| This function returns a geometric object that represents all Points whose distance from geom1 is less than or equal to the radius measured in units. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:buffer(?geom1, radius, unitsUri:units) || {{attachment:buffer.PNG}} || || DISTANCE || Geometry || Returns the shortest distance in units between any two Points in the two geometric objects. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:distance(?geom1, ?geom2,unit)|| {{attachment:distance.PNG}} || - || BOUNDARY || Geometry || This function returns the closure of the boundary of geom1. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:distance(?geom1) || || + || BOUNDARY || Geometry || This function returns the closure of the boundary of geom1. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:boundary(?geom1) || || - || DIFFERENCE || Geometry || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || + || DIFFERENCE || Geometry || This function returns a geometric object that represents all Points in the set difference of geom1 with geom2. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || - || ENVELOPE || Geometry || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || + || ENVELOPE || Geometry || This function returns the minimum bounding box of geom1 ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || || RELATE || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || - || SYM DIFFERENCE|| Geometry || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || - || UNION || Geometry || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || + || SYM DIFFERENCE|| Geometry || This function returns a geometric object that represents all Points in the set symmetric difference of geom1 with geom2. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || + || UNION || Geometry || This function returns a geometric object that represents all Points in the union of geom1 with geom2. ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || || || - || getSRID || INT || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:getSRID (geom) || || + || getSRID || INT || Returns the spatial reference system URI for geom ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:getSRID (geom) || || ||||||||||||<tablestyle="width: 80%">'''EH FUNCTIONS'''|| || 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) || || + || OVERLAP || 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: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) || || || INSIDE || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:ehInside(geom1, geom2) || || || CONTAINS || Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:ehContains(geom1, geom2) || || ||||||||||||<tablestyle="width: 80%">'''RCC FUNCTIONS'''|| - || EQUALS|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8eq(geom1, geom2) || || + || EQUALS|| Boolean || Returns TRUE if the given geometries represent the same geometry ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8eq(geom1, geom2) || || - || DISCONNECTED|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8dc(geom1, geom2) || || - || EXTERNALLY CONNECTED|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8ec(geom1, geom2) || || - || PARTIALLY OVERLAPPING|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8po(geom1, geom2) || || + || DISCONNECTED|| 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:rcc8dc(geom1, geom2) || || + || EXTERNALLY CONNECTED|| 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:rcc8ec(geom1, geom2) || || + || PARTIALLY OVERLAPPING|| 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:rcc8po(geom1, geom2) || || || TANGENTIAL PROPER PART INVERSE|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8tppi(geom1, geom2) || || || TANGENTIAL PROPER PART|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8tpp(geom1, geom2) || || || NON- TANGENTIAL PROPER PART|| Boolean || ||<style="background-color:#008000; color:#FFFFFF;"> Implemented || geof:rcc8ntpp(geom1, geom2) || ||
