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

History | View | Annotate | Download (591 Bytes)

1
{
2
    "name": "ST_GeomFromWKB",
3
    "group": "OGC",
4
    "template": "ST_GeomFromWKB({{WKB}}, srid)",
5
    "args": [
6
        "WKB - Well known binary representation of the geomtry",
7
        "srid - Optional. Spatial Reference System ID. If SRID is not specified, it defaults to 0 (Unknown)."
8
    ],
9
    "description": "Takes a well-known binary representation of a geometry and a Spatial Reference System ID (SRID) and creates an instance of the appropriate geometry type. This function plays the role of the Geometry Factory in SQL",
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
12
}