GeoJSONExtension extension

GeoJSON format extensions providing access to GeoJSON parsers via format.

on

Methods

parser<T extends Point<num>>(PointFactory<T> point, {CreateBounds<T>? bounds, CreateFeature? feature}) GeoJsonFactory<T>
A GeoJSON factory using point factory to create any points of T.
parserGeographic<T extends GeoPoint>(PointFactory<T> point, {CreateBounds<T>? bounds, CreateFeature? feature}) GeoJsonFactory<T>
A GeoJSON factory using point factory to create geographic points of T.
parserProjected<T extends ProjectedPoint<num>>(PointFactory<T> point, {CreateBounds<T>? bounds, CreateFeature? feature}) GeoJsonFactory<T>
A GeoJSON factory using point factory to create cartesian points of T.