GeoJsonGeometryParser
mostly based on https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.2
Functions
Link copied to clipboard
For type "LineString", the "coordinates" member is an array of two or more positions.
Link copied to clipboard
For type "MultiLineString", the "coordinates" member is an array of LineString coordinate arrays.
Link copied to clipboard
For type "MultiPoint", the "coordinates" member is an array of positions.
Link copied to clipboard
Link copied to clipboard
For type "Point", the "coordinates" member is a single position.
Link copied to clipboard
For type "Polygon", the "coordinates" member MUST be an array of linear ring coordinate arrays.