terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeGeometry
Documentation
data TeGeometry Source
Constructors
GPt TePoint
GPg TePolygon
GLn TeLine2D
GCl TeCell
show/hide Instances
type TeGeometryPtr = Ptr TeGeometrySource
pointset2geometryset :: TePointSetPtr -> Int32 -> Int32 -> IO [TeGeometry]Source
lineset2geometryset :: TeLineSetPtr -> Int32 -> Int32 -> IO [TeGeometry]Source
polygonset2geometryset :: TePolygonSetPtr -> Int32 -> Int32 -> IO [TeGeometry]Source
cellset2geometryset :: TeCellSetPtr -> Int32 -> Int32 -> IO [TeGeometry]Source
geo2Points :: [TeGeometry] -> [TePoint]Source
geo2Lines :: [TeGeometry] -> [TeLine2D]Source
geo2Polygons :: [TeGeometry] -> [TePolygon]Source
geo2Cells :: [TeGeometry] -> [TeCell]Source
Produced by Haddock version 2.4.2