hgdal-1.0.0.1: Haskell binding to the GDAL library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GDAL.OGRGeometry.Cast

Orphan instances

Castable OGRGeometry (Ptr RawOGRGeometry) Source # 
Instance details

Methods

cast :: OGRGeometry -> (Ptr RawOGRGeometry -> IO r) -> IO r #

uncast :: Ptr RawOGRGeometry -> (OGRGeometry -> IO r) -> IO r #

(IOGRGeometry a, FPtr a) => Castable a (Ptr RawOGRGeometry) Source # 
Instance details

Methods

cast :: a -> (Ptr RawOGRGeometry -> IO r) -> IO r #

uncast :: Ptr RawOGRGeometry -> (a -> IO r) -> IO r #