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

History | View | Annotate | Download (528 Bytes)

1
{
2
    "name": "ST_PointN",
3
    "group": "OGC",
4
    "template": "ST_PointN({{geometry}}, n)",
5
    "args": [
6
        "geometry - Geometry from which you have to calculate ",
7
        "n - value to count"
8
    ],
9
    "description": "Return the Nth point in a single linestring or circular linestring in the geometry. Negative values are counted backwards from the end of the LineString, so that -1 is the last point. Returns NULL if there is no linestring in the geometry.",
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
12
}