wkt-0.3.2: Parsec parsers and types for geographic data in well-known text (WKT) format.
Data.Geo.WKT.Parser
object :: String -> Parser a -> Parser a Source #
quotedString :: Parser String Source #
fieldSep :: Parser () Source #
number :: Parser Double Source #
twinAxes :: Parser (Axis, Axis) Source #
unit :: Parser Unit Source #
parameter :: Parser Parameter Source #
authority :: Parser Authority Source #
axis :: Parser Axis Source #
projection :: Parser Projection Source #
spheroid :: Parser Spheroid Source #
datum :: Parser Datum Source #
primeMeridian :: Parser PrimeMeridian Source #
toWGS84 :: Parser ToWGS84 Source #
projectedCS :: Parser ProjectedCS Source #
geographicCS :: Parser GeographicCS Source #