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

GDAL.OGRLineString.RawType

Documentation

data RawOGRLineString Source #

Instances

Instances details
Castable OGRLineString (Ptr RawOGRLineString) Source # 
Instance details

Defined in GDAL.OGRLineString.Cast

(IOGRLineString a, FPtr a) => Castable a (Ptr RawOGRLineString) Source # 
Instance details

Defined in GDAL.OGRLineString.Cast

Methods

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

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

newtype OGRLineString Source #

Instances

Instances details
Show OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.RawType

FPtr OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.RawType

Associated Types

type Raw OGRLineString #

Eq OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.RawType

Ord OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.RawType

IOGRCurve OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.Implementation

IOGRGeometry OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.Implementation

Methods

getGeometryType :: OGRLineString -> IO CUInt Source #

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

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

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

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

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

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

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

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

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

boundary :: OGRLineString -> IO OGRGeometry Source #

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

convexHull :: OGRLineString -> IO OGRGeometry Source #

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

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

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

unionCascaded :: OGRLineString -> IO OGRGeometry Source #

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

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

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

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

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

polygonize :: OGRLineString -> IO OGRGeometry Source #

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

IOGRLineString OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.Implementation

IOGRSimpleCurve OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.Implementation

IDeletable OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.Implementation

Methods

delete :: OGRLineString -> IO () #

Castable OGRLineString (Ptr RawOGRLineString) Source # 
Instance details

Defined in GDAL.OGRLineString.Cast

type Raw OGRLineString Source # 
Instance details

Defined in GDAL.OGRLineString.RawType