TerraHS-0.3ContentsIndex
TerraHS.TerraLib.TePolygon
Contents
The TePolygon type
The TePolygonPtr type
The TePolygonSet type
The TePolygonSetPtr type
Description

A module for supporting a TePolygonTerraLib class

In TerraLib, a 2D polygon consists of an outer ring and a list of inner rings

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

Synopsis
data TePolygon = TePolygon [TeLinearRing]
type TePolygonPtr = Ptr TePolygon
data TePolygonSet = TePolygonSet [TePolygon]
type TePolygonSetPtr = Ptr TePolygonSet
The TePolygon type
data TePolygon
The type TePolygon represents a 2D polygon . In TerraLib, a 2D polygon consists of an outer ring and a list of inner ring In Haskell, a 2D polygon consists of a list TeLinearRing
Constructors
TePolygon [TeLinearRing]
show/hide Instances
The TePolygonPtr type
type TePolygonPtr = Ptr TePolygon
The type TePolygonPtr is a pointer to TePolygon
The TePolygonSet type
data TePolygonSet
The type TePolygonSet represents a set of 2D polygon .
Constructors
TePolygonSet [TePolygon]
show/hide Instances
The TePolygonSetPtr type
type TePolygonSetPtr = Ptr TePolygonSet
The type TePolygonSetPtr is a pointer to TePolygonSet
Produced by Haddock version 0.7