mark-p-thomas : GeoJSON Builders

Sections

Introduction

Builders are the more active parts of the library, which follow the Builder Pattern. These take the raw GeoJSON data & constructs appropriate objects & then appropriately assembles them.

The CoordinateContainerBuilder constructs any of the Geometries that derive from the abstract CoordinateContainer class.

The GeometryBuilder handles all Geometries, including those that are collections and do not derive from the abstract CoordinateContainer class.

Attachments: