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

GDAL.OGRFeature.Cast

Orphan instances

Castable OGRFeature (Ptr RawOGRFeature) Source # 
Instance details

Methods

cast :: OGRFeature -> (Ptr RawOGRFeature -> IO r) -> IO r #

uncast :: Ptr RawOGRFeature -> (OGRFeature -> IO r) -> IO r #

(IOGRFeature a, FPtr a) => Castable a (Ptr RawOGRFeature) Source # 
Instance details

Methods

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

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