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

View differences:

ST_PointN.json
7 7
        "n - value to count"
8 8
    ],
9 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"
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
11 12
}

Also available in: Unified diff