terrahs-0.5: Simple library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeCell
Contents
The TeCell type
The TeCellPtr type
The TeCellSet type
The TeCellSetPtr type
Operations on TeTable
Description

A module for supporting a TeCell TerraLib class

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

Synopsis
data TeCell = TeCell TeBox Int32 Int32
type TeCellPtr = Ptr TeCell
data TeCellSet = TeCellSet [TeCell]
type TeCellSetPtr = Ptr TeCellSet
column :: TeCell -> Int32
line :: TeCell -> Int32
box :: TeCell -> TeBox
The TeCell type
data TeCell Source
Constructors
TeCell TeBox Int32 Int32
show/hide Instances
The TeCellPtr type
type TeCellPtr = Ptr TeCellSource
The type TeCellPtr is a pointer to TeCell
The TeCellSet type
data TeCellSet Source
Constructors
TeCellSet [TeCell]
show/hide Instances
The TeCellSetPtr type
type TeCellSetPtr = Ptr TeCellSetSource
The type TeCellSetPtr is a pointer to TeCellSet
Operations on TeTable
column :: TeCell -> Int32Source
Returns the column identification of the cell
line :: TeCell -> Int32Source
Returns the line identification of the cell
box :: TeCell -> TeBoxSource
Returns the box of the cell
Produced by Haddock version 2.4.2