Methods
getGeometryType :: OGRPolygon -> IO CUInt Source #
getEnvelope :: (IOGREnvelope c0, FPtr c0) => OGRPolygon -> c0 -> IO () Source #
intersects :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
equals :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
disjoint :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
touches :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
crosses :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
within :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
contains :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
overlaps :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CBool Source #
boundary :: OGRPolygon -> IO OGRGeometry Source #
distance :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CDouble Source #
convexHull :: OGRPolygon -> IO OGRGeometry Source #
buffer :: OGRPolygon -> CDouble -> CInt -> IO OGRGeometry Source #
intersection :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO OGRGeometry Source #
union :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO OGRGeometry Source #
unionCascaded :: OGRPolygon -> IO OGRGeometry Source #
difference :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO OGRGeometry Source #
symDifference :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO OGRGeometry Source #
centroid :: (IOGRPoint c0, FPtr c0) => OGRPolygon -> c0 -> IO CInt Source #
simplify :: OGRPolygon -> CDouble -> IO OGRGeometry Source #
delaunayTriangulation :: OGRPolygon -> CDouble -> CInt -> IO OGRGeometry Source #
polygonize :: OGRPolygon -> IO OGRGeometry Source #
distance3D :: (IOGRGeometry c0, FPtr c0) => OGRPolygon -> c0 -> IO CDouble Source #