Copyright | (C) 2014-2019 HS-GeoJSON Project |
---|---|
License | BSD-style (see the file LICENSE.md) |
Maintainer | Andrew Newman |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- newtype GeoLine = GeoLine {}
- unGeoLine :: Iso' GeoLine (LineString GeoPositionWithoutCRS)
Type
Instances
Eq GeoLine Source # | |
Show GeoLine Source # | |
Generic GeoLine Source # | |
ToJSON GeoLine Source # | |
Defined in Data.Geospatial.Internal.Geometry.GeoLine | |
FromJSON GeoLine Source # | |
NFData GeoLine Source # | |
Defined in Data.Geospatial.Internal.Geometry.GeoLine | |
type Rep GeoLine Source # | |
Defined in Data.Geospatial.Internal.Geometry.GeoLine type Rep GeoLine = D1 (MetaData "GeoLine" "Data.Geospatial.Internal.Geometry.GeoLine" "geojson-4.0.2-EXHv8i4JQwXM7d3a9DXxR" True) (C1 (MetaCons "GeoLine" PrefixI True) (S1 (MetaSel (Just "_unGeoLine") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (LineString GeoPositionWithoutCRS)))) |