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

History | View | Annotate | Download (497 Bytes)

1
{
2
    "name": "ST_Overlaps",
3
    "group": "OGC",
4
    "template": "ST_Overlaps({{geometryA}}, geometryB)",
5
    "args": [
6
        "geometryA - Geometry from which you have to calculate the intersection",
7
        "geometryB - Geometry againt you have to calculate the intersection"
8
    ],
9
    "description": ["Returns TRUE if the Geometries 'spatially overlap'. By that we mean they intersect, but one does not completely contain another."],
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
12
}