These terms adhere to RFC 7946 - The GeoJSON Format.
Sections
Definition
A LineString
is an immutable object that represents two or more geographic Points that share a relationship. Multiple LineStrings become a MultiLineString.
JSON Example & Class Diagram
Raw GeoJSON
{ "type": "LineString", "coordinates": [ [100.0, 0.0], [101.0, 1.0] ] }
Class Diagram
For complete & up to date information, see the API documentation. For a dynamic interactive diagram, see the FigJam diagram.
Attachments:
Screen Shot 2023-11-08 at 11.46.49 AM.png (image/png)
image-20231109-003905.png (image/png)
image-20231109-003906.png (image/png)
image-20231109-003905.png (image/png)
image-20231109-003906.png (image/png)