Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
c_ogrpoint_getenvelope :: Ptr RawOGRPoint -> Ptr RawOGREnvelope -> IO () Source #
c_ogrpoint_intersects :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_equals :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_disjoint :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_touches :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_crosses :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_within :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_contains :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_overlaps :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CBool Source #
c_ogrpoint_boundary :: Ptr RawOGRPoint -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_distance :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CDouble Source #
c_ogrpoint_buffer :: Ptr RawOGRPoint -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_intersection :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_union :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_difference :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_symdifference :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_centroid :: Ptr RawOGRPoint -> Ptr RawOGRPoint -> IO CInt Source #
c_ogrpoint_simplify :: Ptr RawOGRPoint -> CDouble -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_delaunaytriangulation :: Ptr RawOGRPoint -> CDouble -> CInt -> IO (Ptr RawOGRGeometry) Source #
c_ogrpoint_distance3d :: Ptr RawOGRPoint -> Ptr RawOGRGeometry -> IO CDouble Source #
c_ogrpoint_delete :: Ptr RawOGRPoint -> IO () Source #
c_ogrpoint_newogrpoint2 :: CDouble -> CDouble -> IO (Ptr RawOGRPoint) Source #
c_ogrpoint_newogrpoint3 :: CDouble -> CDouble -> CDouble -> IO (Ptr RawOGRPoint) Source #
c_ogrpoint_newogrpoint4 :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawOGRPoint) Source #
c_ogrpoint_ogrpoint_setx :: Ptr RawOGRPoint -> CDouble -> IO () Source #
c_ogrpoint_ogrpoint_sety :: Ptr RawOGRPoint -> CDouble -> IO () Source #
c_ogrpoint_ogrpoint_setz :: Ptr RawOGRPoint -> CDouble -> IO () Source #
c_ogrpoint_ogrpoint_setm :: Ptr RawOGRPoint -> CDouble -> IO () Source #