terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.Algebras.Spatial.Polygons
Contents
The Polygons class
Description
Module for handling the polygons
Synopsis
class (Num a, Lines l a) => Polygons pg l a | pg -> l a where
createPolygon :: [l] -> pg
The Polygons class
class (Num a, Lines l a) => Polygons pg l a | pg -> l a whereSource
Methods
createPolygon :: [l] -> pgSource
create a polygon from a line list
show/hide Instances
Produced by Haddock version 2.4.2