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

View differences:

ST_GeomFromWKB.json
7 7
        "srid - Optional. Spatial Reference System ID. If SRID is not specified, it defaults to 0 (Unknown)."
8 8
    ],
9 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"
10
    "returnType": "Geometry",
11
    "sqlCompatible": true
11 12
}

Also available in: Unified diff