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

View differences:

ST_ConvexHull.json
6 6
        "geometry - A geometry"
7 7
    ],
8 8
    "description": "The convex hull of a geometry represents the minimum convex geometry that encloses all geometries within the set.\nOne can think of the convex hull as the geometry you get by wrapping an elastic band around a set of geometries. This is different from a concave hull which is analogous to shrink-wrapping your geometries.",
9
    "returnType": "Geometry"
9
    "returnType": "Geometry",
10
    "sqlCompatible": true
10 11
}
11 12

  

Also available in: Unified diff