Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
c_ogrgeometrycollection_getenvelope :: Ptr RawOGRGeometryCollection -> Ptr RawOGREnvelope -> IO () Source #
c_ogrgeometrycollection_intersects :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_equals :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_disjoint :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_touches :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_crosses :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_within :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_contains :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_overlaps :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrgeometrycollection_boundary :: Ptr RawOGRGeometryCollection -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_distance :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CDouble Source #
c_ogrgeometrycollection_convexhull :: Ptr RawOGRGeometryCollection -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_buffer :: Ptr RawOGRGeometryCollection -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_intersection :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_union :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_unioncascaded :: Ptr RawOGRGeometryCollection -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_difference :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_symdifference :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_centroid :: Ptr RawOGRGeometryCollection -> Ptr RawOGRPoint -> IO CInt Source #
c_ogrgeometrycollection_simplify :: Ptr RawOGRGeometryCollection -> CDouble -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_delaunaytriangulation :: Ptr RawOGRGeometryCollection -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_polygonize :: Ptr RawOGRGeometryCollection -> IO (Ptr RawOGRGeometry) Source #
c_ogrgeometrycollection_distance3d :: Ptr RawOGRGeometryCollection -> Ptr RawOGRGeometry -> IO CDouble Source #