Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.expressionevaluator / org.gvsig.expressionevaluator.lib / org.gvsig.expressionevaluator.lib.impl / src / main / resources / org / gvsig / expressionevaluator / functions / en / ST_Boundary.json @ 45949

History | View | Annotate | Download (338 Bytes)

1
{
2
    "name": "ST_Boundary",
3
    "group": "OGC",
4
    "template": "ST_Boundary({{geometry}})",
5
    "args": [
6
        "geometry - Geometry from which you have to calculate the boundary"
7
    ],
8
    "description": "Returns the closure of the combinatorial boundary of this Geometry.",
9
    "returnType": "Geometry",
10
    "sqlCompatible": true
11
}