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

History | View | Annotate | Download (443 Bytes)

1
{
2
    "name": "ST_NumGeometries",
3
    "group": "OGC",
4
    "template": "ST_NumGeometries({{geometry}})",
5
    "args": [
6
        "geometry - Geometry from which you have to calculate "
7
    ],
8
    "description": "Returns the number of Geometries. If geometry is a GEOMETRYCOLLECTION (or MULTI*) return the number of geometries, for single geometries will return 1, otherwise return NULL.",
9
    "returnType": "Integer",
10
    "sqlCompatible": true
11
}