Overview
Formats
The @loaders.gl/wkt
module handles the following formats:
Format | Description |
---|---|
Well Known Text (WKT) | ASCII format for geometry features |
Well Known Binary (WKB) | Binary format for geometry features |
Well Known Text Coordinate Reference System (WKT-CRS) | Text format for spatial reference systems |
Loaders and Writers
Loader |
---|
WKBLoader |
WKBWriter |
WKTLoader |
WKTWriter |
WKTCRSLoader |
WKTCRSWriter |
Attribution
The WKTLoader
is based on a fork of the Mapbox wellknown
module under the ISC license (MIT/BSD 2-clause equivalent).
The WKBLoader
and WKBWriter
are forked from https://github.com/cschwarz/wkx under MIT license, Copyright (c) 2013 Christian Schwarz.
The WKTCRSLoader
and WKTCRSWriter
are based on a fork of https://github.com/DanielJDufour/wkt-crs under Creative Commons CC0 1.0 license.