Revision 44110 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_Difference.json

View differences:

ST_Difference.json
7 7
        "geometryB - A geometry"
8 8
    ],
9 9
    "description": "Returns a geometry that represents that part of geometry A that does not intersect with geometry B. One can think of this as GeometryA - ST_Intersection(A,B). If A is completely contained in B then an empty geometry collection is returned.",
10
    "returnType": "Geometry"
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
11 12
}
12 13

  

Also available in: Unified diff