Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
writeGeometry :: Geometry -> ByteString Source #
readGeometry :: ByteString -> Geometry Source #
class Hexable a where Source #
toHex :: a -> ByteString Source #
fromHex :: ByteString -> a Source #
Instances
Hexable Word32 Source # | |
Defined in Database.Postgis.Serialize toHex :: Word32 -> ByteString Source # fromHex :: ByteString -> Word32 Source # | |
Hexable Word64 Source # | |
Defined in Database.Postgis.Serialize toHex :: Word64 -> ByteString Source # fromHex :: ByteString -> Word64 Source # | |
Hexable Endianness Source # | |
Defined in Database.Postgis.Serialize toHex :: Endianness -> ByteString Source # fromHex :: ByteString -> Endianness Source # |
fromHexInt :: Integral a => ByteString -> a Source #
Header | |
|
makeHeader :: EWKBGeometry a => SRID -> a -> Header Source #
endFunc :: Endianness -> (a -> a) -> a -> a Source #
getDouble' :: Endianness -> Get Double Source #