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

History | View | Annotate | Download (481 Bytes)

1
{
2
    "name": "ST_Area",
3
    "group": "OGC",
4
    "template": "ST_Area({{geometry}})",
5
    "args": [
6
        "geometry - Geometry from which you have to calculate your area"
7
    ],
8
    "description": "Returns the area of the geometry if it is a Polygon or MultiPolygon. Return the area measurement of an ST_Surface or ST_MultiSurface value. For geometry, a 2D Cartesian area is determined with units specified by the SRID.",
9
    "returnType": "Double",
10
    "sqlCompatible": true
11
}
12