Module wkt

Module wkt 

Source
Expand description

WKT Geometry Reader

Structs§

WKTGeometryReader
WKT Geometry Reader
WKTIterator
The WKT Iterator tool

Enums§

WKTAValue
WKT Value can be a point or an array of points

Functions§

parse_wkt_array
Parse a WKT array
parse_wkt_geometry
WKT Geometry Parser
split_wkt_geometry
Split a WKT string into individual geometry strings

Type Aliases§

WKTArray
WKT Array can be an array of points or even nested arrays of points