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