terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeLine2D
Contents
The TeLine2D type
The TeLine2DPtr type
The TeLinearRing type
The TeLineSet type
The TeLineSetPtr type
Description

A module for supporting a TeLine2D TerraLib class

TeLine2D: Supports a simple 2D line, composed of 2D xy points.

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

Synopsis
data TeLine2D = TeLine2D [TeCoord2D]
type TeLine2DPtr = Ptr TeLine2D
type TeLinearRing = TeLine2D
data TeLineSet = TeLineSet [TeLine2D]
type TeLineSetPtr = Ptr TeLineSet
The TeLine2D type
data TeLine2D Source
The type TeLine2D represents a simple 2D line, composed of 2D xy points
Constructors
TeLine2D [TeCoord2D]
show/hide Instances
The TeLine2DPtr type
type TeLine2DPtr = Ptr TeLine2DSource
The type TeLine2DPtr is a pointer to TeLine2D
The TeLinearRing type
type TeLinearRing = TeLine2DSource
The type TeLinearRing is a synonymous to TeLine2D
The TeLineSet type
data TeLineSet Source
The type TeLineSet is a set of a simple 2D line
Constructors
TeLineSet [TeLine2D]
show/hide Instances
The TeLineSetPtr type
type TeLineSetPtr = Ptr TeLineSetSource
The type TeLineSetPtr is a pointer to TeLineSet
Produced by Haddock version 2.4.2