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

GDAL.OGRPoint.RawType

Documentation

data RawOGRPoint Source #

Instances

Instances details
Castable OGRPoint (Ptr RawOGRPoint) Source # 
Instance details

Defined in GDAL.OGRPoint.Cast

Methods

cast :: OGRPoint -> (Ptr RawOGRPoint -> IO r) -> IO r #

uncast :: Ptr RawOGRPoint -> (OGRPoint -> IO r) -> IO r #

(IOGRPoint a, FPtr a) => Castable a (Ptr RawOGRPoint) Source # 
Instance details

Defined in GDAL.OGRPoint.Cast

Methods

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

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

newtype OGRPoint Source #

Constructors

OGRPoint (Ptr RawOGRPoint) 

Instances

Instances details
Show OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.RawType

FPtr OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.RawType

Associated Types

type Raw OGRPoint #

Eq OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.RawType

Ord OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.RawType

IOGRGeometry OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.Implementation

Methods

getGeometryType :: OGRPoint -> IO CUInt Source #

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

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

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

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

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

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

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

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

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

boundary :: OGRPoint -> IO OGRGeometry Source #

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

convexHull :: OGRPoint -> IO OGRGeometry Source #

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

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

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

unionCascaded :: OGRPoint -> IO OGRGeometry Source #

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

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

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

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

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

polygonize :: OGRPoint -> IO OGRGeometry Source #

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

IOGRPoint OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.Implementation

IDeletable OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.Implementation

Methods

delete :: OGRPoint -> IO () #

Castable OGRPoint (Ptr RawOGRPoint) Source # 
Instance details

Defined in GDAL.OGRPoint.Cast

Methods

cast :: OGRPoint -> (Ptr RawOGRPoint -> IO r) -> IO r #

uncast :: Ptr RawOGRPoint -> (OGRPoint -> IO r) -> IO r #

type Raw OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.RawType