geojson-2.0.0: A thin GeoJSON Layer above the aeson library

Copyright(C) 2014-2018 HS-GeoJSON Project
LicenseBSD-style (see the file LICENSE.md)
MaintainerAndrew Newman
Safe HaskellNone
LanguageHaskell2010

Data.Geospatial.Internal.Geometry.GeoLine

Contents

Description

 

Synopsis

Type

newtype GeoLine Source #

Instances

Eq GeoLine Source # 

Methods

(==) :: GeoLine -> GeoLine -> Bool #

(/=) :: GeoLine -> GeoLine -> Bool #

Show GeoLine Source # 
Generic GeoLine Source # 

Associated Types

type Rep GeoLine :: * -> * #

Methods

from :: GeoLine -> Rep GeoLine x #

to :: Rep GeoLine x -> GeoLine #

ToJSON GeoLine Source # 
FromJSON GeoLine Source # 
NFData GeoLine Source # 

Methods

rnf :: GeoLine -> () #

type Rep GeoLine Source # 
type Rep GeoLine = D1 * (MetaData "GeoLine" "Data.Geospatial.Internal.Geometry.GeoLine" "geojson-2.0.0-83h4RRWcSVDK020mHmpqKJ" True) (C1 * (MetaCons "GeoLine" PrefixI True) (S1 * (MetaSel (Just Symbol "_unGeoLine") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (LineString GeoPositionWithoutCRS))))

Lenses