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

View differences:

ST_Area.json
6 6
        "geometry - Geometry from which you have to calculate your area"
7 7
    ],
8 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"
9
    "returnType": "Double",
10
    "sqlCompatible": true
10 11
}
11 12

  

Also available in: Unified diff