GDAL.OGRFeature.FFI
c_ogrfeature_delete :: Ptr RawOGRFeature -> IO () Source #
c_ogrfeature_ogrfeature_getfid :: Ptr RawOGRFeature -> IO CInt Source #
c_ogrfeature_ogrfeature_getfieldcount :: Ptr RawOGRFeature -> IO CInt Source #
c_ogrfeature_ogrfeature_getfieldasinteger :: Ptr RawOGRFeature -> CInt -> IO CInt Source #
c_ogrfeature_ogrfeature_getfieldasinteger64 :: Ptr RawOGRFeature -> CInt -> IO CInt Source #
c_ogrfeature_ogrfeature_getfieldasstring :: Ptr RawOGRFeature -> CInt -> IO CString Source #
c_ogrfeature_ogrfeature_getgeometryref :: Ptr RawOGRFeature -> IO (Ptr RawOGRGeometry) Source #