terrahs-0.5: Simple library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeGeometry
Contents
The TeGeometry type
Operations on TeGeometry
Synopsis
data TeGeometry
= GPt TePoint
| GPg TePolygon
| GLn TeLine2D
| GCl TeCell
pointset2geometryset :: TePointSetPtr -> Int32 -> Int32 -> IO [TeGeometry]
lineset2geometryset :: TeLineSetPtr -> Int32 -> Int32 -> IO [TeGeometry]
polygonset2geometryset :: TePolygonSetPtr -> Int32 -> Int32 -> IO [TeGeometry]
cellset2geometryset :: TeCellSetPtr -> Int32 -> Int32 -> IO [TeGeometry]
The TeGeometry type
data TeGeometry Source
Constructors
GPt TePoint
GPg TePolygon
GLn TeLine2D
GCl TeCell
show/hide Instances
Operations on TeGeometry
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
Produced by Haddock version 2.4.2