terrahs-0.5: Simple library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeOverlay
Description

A module for supporting the functions of TerraLib TeGeometryAlgorithms

More information - http://www.terralib.org

Synopsis
class Overlay a where
teunion :: a -> a -> [TeGeometry]
tedifference :: a -> a -> [TeGeometry]
teintersection :: a -> a -> [TeGeometry]
teoverlay :: TePolygonSetPtr -> TePolygonSetPtr -> Int -> IO TePolygonSetPtr
Documentation
class Overlay a whereSource
Returns the result of objects overlay
Methods
teunion :: a -> a -> [TeGeometry]Source
tedifference :: a -> a -> [TeGeometry]Source
teintersection :: a -> a -> [TeGeometry]Source
show/hide Instances
teoverlay :: TePolygonSetPtr -> TePolygonSetPtr -> Int -> IO TePolygonSetPtrSource
Produced by Haddock version 2.4.2