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

History | View | Annotate | Download (553 Bytes)

1
{
2
    "name": "ST_ConvexHull",
3
    "group": "OGC",
4
    "template": "ST_ConvexHull({{geometry}})",
5
    "args": [
6
        "geometry - A geometry"
7
    ],
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",
10
    "sqlCompatible": true
11
}
12