WKT2GEOSTRUCT

Convert Well-known text geometries to geostructs
344 Downloads
Updated 17 Aug 2015

WKT2GEOSTRUCT converts geometries in the Well-known text markup language to geostructs (or mapstructs). The structs it creates are the type used/created by functions from the Mapping Toolbox.

GEOSTRUCT2WKT as the name would suggest, does the inverse of WKT2GEOSTRUCT. It generates WKT representations of geostructs (or mapstructs).

Well-known text: http://en.wikipedia.org/wiki/Well-known_text

Supported shape types
---------------------
WKT2GEOSTRUCT only supports a subset of the WKT format.Only 2 dimensional geometries without a linear reference are supported.
The supported types are:
* Point
* LineString
* Polygon
* MultiPoint
* MultiLineString
* MultiPolygon (not supported by geostruct2wkt atm)

Cite As

Alexander Layton (2024). WKT2GEOSTRUCT (https://github.com/awlayton/wkt2geostruct), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.4.0.0

Added geostruct2wkt function.

1.3.0.0

Added `MultiLineString` and `MultiPolygon` support.

1.2.0.0

Fix a regex that Octave didn't like.

1.1.0.0

Made Polygons with interior rings work.
Also changed the for to a parfor.

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.