Revision 44134 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

View differences:

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

Also available in: Unified diff