These terms adhere to RFC 7946 - The GeoJSON Format.
Sections
Introduction
Each of the six geometries & GeometryCollection which make up GeoJson implement this interface. The six geometries all inherit from the CoordinateContainer
abstract class, which enforces behavior by handling a list of Points that define each geometry. These six immutable types are:
The ‘multi’ objects are basically a single object containing multiple geometry objects of the same type, designated by the class name. This is different than GeometryCollection, which contain multiple objects of different geometry types.
Child Pages
Class Diagrams
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 4.04.05 PM-20231108-230410.png (image/png)
Screen Shot 2023-11-08 at 4.07.37 PM.png (image/png)
Screen Shot 2023-11-08 at 5.08.35 PM-20231109-000842.png (image/png)
Screen Shot 2023-11-08 at 4.07.37 PM.png (image/png)
Screen Shot 2023-11-08 at 5.08.35 PM-20231109-000842.png (image/png)