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_Touches.json @ 44110

History | View | Annotate | Download (441 Bytes)

1
{
2
    "name": "ST_Touches",
3
    "group": "OGC",
4
    "template": "ST_Touches({{geometryA}}, geometryB)",
5
    "args": [
6
        "geometryA - Geometry from which you have to calculate",
7
        "geometryB - Geometry againt you have to calculate"
8
    ],
9
    "description": ["RReturns TRUE if the only points in common between g1 and g2 lie in the union of the boundaries of g1 and g2."],
10
    "returnType": "Boolean",
11
    "sqlCompatible": true
12
}