Name | Description |
---|---|
GeometryFromWKT | Converts a Well-known Text representation to a Mapsui.Geometries.Geometry instance. |
GeometryToWKT | Outputs the textual representation of a Mapsui.Geometries.Geometry instance. |
StreamTokenizer | The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time. The parsing process is controlled by a table and a number of flags that can be set to various states. The stream tokenizer can recognize identifiers, numbers, quoted strings, and various comment style |
WktStreamTokenizer | Reads a stream of Well Known Text (wkt) string and returns a stream of tokens. |