geos-0.4.1: Bindings for GEOS.

Safe HaskellSafe
LanguageHaskell2010

Data.Geometry.Geos.Raw.Internal

Contents

Synopsis

Documentation

type GEOSQueryCallback a = FunPtr (Ptr a -> Ptr () -> IO ()) Source #

type GEOSDistanceCallback = FunPtr (Ptr () -> Ptr () -> CDouble -> Ptr () -> IO ()) Source #

GEOSCoordSequence* arguments will become ownership of the returned object.

All functions return NULL on exception.