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

View differences:

ST_AsText.json
6 6
        "geometry - Geometry from which you have to calculate your WKT"
7 7
    ],
8 8
    "description": "Returns the Well-Known Text representation of the geometry.\nWKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.",
9
    "returnType": "String"
9
    "returnType": "String",
10
    "sqlCompatible": true
10 11
}
11 12

  

Also available in: Unified diff