geos-0.3.0: Bindings for GEOS.

Safe HaskellNone
LanguageHaskell2010

Data.Geometry.Geos.Relatable

Documentation

class Relatable a where Source #

Methods

contains :: a -> Geometry b -> Bool Source #

coveredBy :: a -> Geometry b -> Bool Source #

covers :: a -> Geometry b -> Bool Source #

crosses :: a -> Geometry b -> Bool Source #

disjoint :: a -> Geometry b -> Bool Source #

intersects :: a -> Geometry b -> Bool Source #

overlaps :: a -> Geometry b -> Bool Source #

touches :: a -> Geometry b -> Bool Source #

within :: a -> Geometry b -> Bool Source #