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

History | View | Annotate | Download (572 Bytes)

1 44091 omartinez
{
2
    "name": "ST_Disjoint",
3
    "group": "OGC",
4
    "template": "ST_Disjoint({{geometryA}}, geometryB)",
5
    "args": [
6
        "geometryA - Geometry from which you have to calculate the disjoint",
7
        "geometryB - Geometry againt you have to calculate the disjoint"
8
    ],
9
    "description": "Overlaps, Touches, Within all imply geometries are not spatially disjoint. If any of the aforementioned returns true, then the geometries are not spatially disjoint. Disjoint implies false for spatial intersection.",
10 44110 omartinez
    "returnType": "Boolean",
11
    "sqlCompatible": true
12 44091 omartinez
}