Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data GeometryType Source #
Instances
Eq GeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry (==) :: GeometryType -> GeometryType -> Bool # (/=) :: GeometryType -> GeometryType -> Bool # | |
Show GeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry showsPrec :: Int -> GeometryType -> ShowS # show :: GeometryType -> String # showList :: [GeometryType] -> ShowS # |
data CoordinateType Source #
Instances
Eq CoordinateType Source # | |
Defined in Data.Internal.Wkb.Geometry (==) :: CoordinateType -> CoordinateType -> Bool # (/=) :: CoordinateType -> CoordinateType -> Bool # | |
Show CoordinateType Source # | |
Defined in Data.Internal.Wkb.Geometry showsPrec :: Int -> CoordinateType -> ShowS # show :: CoordinateType -> String # showList :: [CoordinateType] -> ShowS # |
data WkbGeometryType Source #
Instances
Eq WkbGeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry (==) :: WkbGeometryType -> WkbGeometryType -> Bool # (/=) :: WkbGeometryType -> WkbGeometryType -> Bool # | |
Show WkbGeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry showsPrec :: Int -> WkbGeometryType -> ShowS # show :: WkbGeometryType -> String # showList :: [WkbGeometryType] -> ShowS # |
type BuilderWkbGeometryType = EndianType -> WkbGeometryType -> Builder Source #
builderWkbGeom :: EndianType -> WkbGeometryType -> Builder Source #