Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
c_ogrlinestring_getenvelope :: Ptr RawOGRLineString -> Ptr RawOGREnvelope -> IO () Source #
c_ogrlinestring_buffer :: Ptr RawOGRLineString -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_intersection :: Ptr RawOGRLineString -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_union :: Ptr RawOGRLineString -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_difference :: Ptr RawOGRLineString -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_symdifference :: Ptr RawOGRLineString -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_simplify :: Ptr RawOGRLineString -> CDouble -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_delaunaytriangulation :: Ptr RawOGRLineString -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrlinestring_delete :: Ptr RawOGRLineString -> IO () Source #