Function: geoNorm(Geometry left)
Creates a new geometry which is a normalized copy of the geometry provided.
If passed a string the geometry functions will automatically convert it into a geometry object.
Syntax
geoNorm( "Well Known Text")
Argument | Type | Description |
---|---|---|
Well Known Text | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Examples
geoNorm(30.10)
Returns, as a String, a new geometry which is a normalized copy of the geometry provided.
See Also