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

GDAL.OGRGeometry.RawType

Documentation

data RawOGRGeometry Source #

Instances

Instances details
Castable OGRGeometry (Ptr RawOGRGeometry) Source # 
Instance details

Defined in GDAL.OGRGeometry.Cast

Methods

cast :: OGRGeometry -> (Ptr RawOGRGeometry -> IO r) -> IO r #

uncast :: Ptr RawOGRGeometry -> (OGRGeometry -> IO r) -> IO r #

(IOGRGeometry a, FPtr a) => Castable a (Ptr RawOGRGeometry) Source # 
Instance details

Defined in GDAL.OGRGeometry.Cast

Methods

cast :: a -> (Ptr RawOGRGeometry -> IO r) -> IO r #

uncast :: Ptr RawOGRGeometry -> (a -> IO r) -> IO r #

newtype OGRGeometry Source #

Instances

Instances details
Show OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.RawType

FPtr OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.RawType

Associated Types

type Raw OGRGeometry #

Eq OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.RawType

Ord OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.RawType

IOGRGeometry OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.Implementation

Methods

getGeometryType :: OGRGeometry -> IO CUInt Source #

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

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

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

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

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

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

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

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

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

boundary :: OGRGeometry -> IO OGRGeometry Source #

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

convexHull :: OGRGeometry -> IO OGRGeometry Source #

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

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

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

unionCascaded :: OGRGeometry -> IO OGRGeometry Source #

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

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

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

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

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

polygonize :: OGRGeometry -> IO OGRGeometry Source #

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

IDeletable OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.Implementation

Methods

delete :: OGRGeometry -> IO () #

Castable OGRGeometry (Ptr RawOGRGeometry) Source # 
Instance details

Defined in GDAL.OGRGeometry.Cast

Methods

cast :: OGRGeometry -> (Ptr RawOGRGeometry -> IO r) -> IO r #

uncast :: Ptr RawOGRGeometry -> (OGRGeometry -> IO r) -> IO r #

type Raw OGRGeometry Source # 
Instance details

Defined in GDAL.OGRGeometry.RawType