hgdal-1.0.0.1: Haskell binding to the GDAL library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GDAL.OGRMultiPolygon

Documentation

newtype OGRMultiPolygon Source #

Instances

Instances details
Show OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.RawType

FPtr OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.RawType

Associated Types

type Raw OGRMultiPolygon #

Eq OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.RawType

Ord OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.RawType

IOGRGeometry OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation

Methods

getGeometryType :: OGRMultiPolygon -> IO CUInt Source #

getEnvelope :: (IOGREnvelope c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO () Source #

intersects :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

equals :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

disjoint :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

touches :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

crosses :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

within :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

contains :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

overlaps :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CBool Source #

boundary :: OGRMultiPolygon -> IO OGRGeometry Source #

distance :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CDouble Source #

convexHull :: OGRMultiPolygon -> IO OGRGeometry Source #

buffer :: OGRMultiPolygon -> CDouble -> CInt -> IO OGRGeometry Source #

intersection :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO OGRGeometry Source #

union :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO OGRGeometry Source #

unionCascaded :: OGRMultiPolygon -> IO OGRGeometry Source #

difference :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO OGRGeometry Source #

symDifference :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO OGRGeometry Source #

centroid :: (IOGRPoint c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CInt Source #

simplify :: OGRMultiPolygon -> CDouble -> IO OGRGeometry Source #

delaunayTriangulation :: OGRMultiPolygon -> CDouble -> CInt -> IO OGRGeometry Source #

polygonize :: OGRMultiPolygon -> IO OGRGeometry Source #

distance3D :: (IOGRGeometry c0, FPtr c0) => OGRMultiPolygon -> c0 -> IO CDouble Source #

IOGRGeometryCollection OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation

IOGRMultiPolygon OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation

IOGRMultiSurface OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation

IDeletable OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation

Methods

delete :: OGRMultiPolygon -> IO () #

Castable OGRMultiPolygon (Ptr RawOGRMultiPolygon) Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Cast

type Raw OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.RawType

class IOGRMultiSurface a => IOGRMultiPolygon a Source #

Instances

Instances details
IOGRMultiPolygon OGRMultiPolygon Source # 
Instance details

Defined in GDAL.OGRMultiPolygon.Implementation