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

History | View | Annotate | Download (667 Bytes)

1
{
2
    "name": "ST_Distance",
3
    "group": "OGC",
4
    "template": "ST_Distance({{geometryA}}, geometryB)",
5
    "args": [
6
        "geometryA - Geometry from which you have to calculate the distance",
7
        "geometryB - Geometry againt you have to calculate the distance"
8
    ],
9
    "description": "For geometry type returns the minimum 2D Cartesian distance between two geometries in projected units (spatial ref units). For geography type defaults to return the minimum geodesic distance between two geographies in meters. If use_spheroid is false, a faster sphere calculation is used instead of a spheroid.",
10
    "returnType": "Double",
11
    "sqlCompatible": true
12
}