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

GDAL.OGRPointIterator.Interface

Documentation

class IDeletable a => IOGRPointIterator a where Source #

Methods

getNextPoint :: (IOGRPoint c0, FPtr c0) => a -> c0 -> IO CBool Source #

Instances

Instances details
IOGRPointIterator OGRPointIterator Source # 
Instance details

Defined in GDAL.OGRPointIterator.Implementation

Methods

getNextPoint :: (IOGRPoint c0, FPtr c0) => OGRPointIterator -> c0 -> IO CBool Source #