geos-0.3.0: Bindings for GEOS.

Maintainerpfrance@gmail.com
Safe HaskellNone
LanguageHaskell2010

Data.Geometry.Geos.Serialize

Description

Functions to read and write geometries in WKB and WKT formats.

Empty Points cannot be represented in WKB; an IllegalArgumentException will be thrown if one is written. The WKB specification does not support representing LinearRing, they will be written as LineString

Note the WKT is not able to represent an SRID, so conversions of geometries which contain an SRID into WKT will be lossy.

Documentation