Skip to main content

parse_wkt

Function parse_wkt 

Source
pub fn parse_wkt(input: &str) -> Result<Geometry, String>
Expand description

Parse a WKT literal into a Geometry. Accepts an optional leading CRS URI (<http://…/CRS84> POINT(…)) which is skipped. Case-insensitive keywords.