geos-0.1.0.0: Bindings for GEOS.

Safe HaskellSafe
LanguageHaskell2010

Data.Geometry.Geos.Raw.Internal

Contents

Synopsis

Documentation

newtype GEOSGeomType

Constructors

GEOSGeomType 

Fields

unGEOSGeomType :: CInt
 

type GEOSMessageHandler = FunPtr (CString -> Ptr () -> IO ())

type GEOSQueryCallback = FunPtr (Ptr () -> Ptr () -> IO ())

GEOSCoordSequence* arguments will become ownership of the returned object.

All functions return NULL on exception.