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

GDAL.OGRFeature.RawType

Documentation

data RawOGRFeature Source #

Instances

Instances details
Castable OGRFeature (Ptr RawOGRFeature) Source # 
Instance details

Defined in GDAL.OGRFeature.Cast

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

Defined in GDAL.OGRFeature.Cast

Methods

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

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

newtype OGRFeature Source #

Constructors

OGRFeature (Ptr RawOGRFeature) 

Instances

Instances details
Show OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.RawType

FPtr OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.RawType

Associated Types

type Raw OGRFeature #

Eq OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.RawType

Ord OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.RawType

IOGRFeature OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.Implementation

IDeletable OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.Implementation

Methods

delete :: OGRFeature -> IO () #

Castable OGRFeature (Ptr RawOGRFeature) Source # 
Instance details

Defined in GDAL.OGRFeature.Cast

Methods

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

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

type Raw OGRFeature Source # 
Instance details

Defined in GDAL.OGRFeature.RawType