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

GDAL.OGRGeometryCollection

Documentation

newtype OGRGeometryCollection Source #

Instances

Instances details
Show OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.RawType

FPtr OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.RawType

Associated Types

type Raw OGRGeometryCollection #

Eq OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.RawType

Ord OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.RawType

IOGRGeometry OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.Implementation

Methods

getGeometryType :: OGRGeometryCollection -> IO CUInt Source #

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

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

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

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

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

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

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

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

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

boundary :: OGRGeometryCollection -> IO OGRGeometry Source #

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

convexHull :: OGRGeometryCollection -> IO OGRGeometry Source #

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

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

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

unionCascaded :: OGRGeometryCollection -> IO OGRGeometry Source #

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

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

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

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

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

polygonize :: OGRGeometryCollection -> IO OGRGeometry Source #

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

IOGRGeometryCollection OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.Implementation

IDeletable OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.Implementation

Castable OGRGeometryCollection (Ptr RawOGRGeometryCollection) Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.Cast

type Raw OGRGeometryCollection Source # 
Instance details

Defined in GDAL.OGRGeometryCollection.RawType