Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.WKT.Primitives
Documentation
data Primitives a Source #
Constructors
PrimPoint (Point a) | |
PrimLine (LineString a) | |
PrimPolygon (Polygon a) | |
PrimTriangle (Triangle a) |
Instances
Functor Primitives Source # | |
Defined in Data.WKT.Primitives Methods fmap :: (a -> b) -> Primitives a -> Primitives b # (<$) :: a -> Primitives b -> Primitives a # | |
FromWKT Primitives Source # | |
Defined in Data.WKT.Primitives | |
ParseableFromWKT Primitives Source # | |
Defined in Data.WKT.Primitives | |
Show a => Show (Primitives a) Source # | |
Defined in Data.WKT.Primitives Methods showsPrec :: Int -> Primitives a -> ShowS # show :: Primitives a -> String # showList :: [Primitives a] -> ShowS # | |
Eq a => Eq (Primitives a) Source # | |
Defined in Data.WKT.Primitives | |
Show a => ToWKT (Primitives a) Source # | |
Defined in Data.WKT.Primitives Methods toWKT :: Primitives a -> Text Source # | |
Eq a => Valid (Primitives a) Source # | |
Defined in Data.WKT.Primitives Methods isValid :: Primitives a -> Bool Source # |