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

View differences:

ST_Disjoint.json
7 7
        "geometryB - Geometry againt you have to calculate the disjoint"
8 8
    ],
9 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
    "returnType": "Boolean"
10
    "returnType": "Boolean",
11
    "sqlCompatible": true
11 12
}

Also available in: Unified diff