Excerpt | ||
---|---|---|
| ||
geoType( "Well Known Text"), Returns the name of this geometry's actual class e.g. "Point", "LineString", "Polygon"", "MultiPolygon". |
Function: geoType(Geometry left)
Returns the name of this geometry's actual class . e.g. "Point", "LineString", "Polygon"", "MultiPolygon".
...
Returns the name of this geometry's actual class . e.g. "Point", "LineString", "Polygon"", "MultiPolygon" as a String.
...