TerraHS-0.3ContentsIndex
TerraHS.TerraLib.TeSTInstance
Contents
The TeSTInstance type
The TeSTInstancePtr type
Operations on TeSTInstancePtr
The Value type
Description

A module for supporting a TeSTInstance TerraLib class

An instance in a time of a spatial element

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

Synopsis
data TeSTInstance = TeSTInstance
type TeSTInstancePtr = Ptr TeSTInstance
getProperties :: TeSTInstancePtr -> IO [Property]
getGeometry :: TeSTInstancePtr -> IO [TeGeometry]
objectId :: TeSTInstancePtr -> IO String
data Value
= StValue String
| DbValue Double
| InValue Int32
| Undefined
The TeSTInstance type
data TeSTInstance
The type TeSTInstance represent an instance in a time of a spatial element
Constructors
TeSTInstance
show/hide Instances
The TeSTInstancePtr type
type TeSTInstancePtr = Ptr TeSTInstance
The type TeSTInstancePtr is a pointer to TeSTInstance
Operations on TeSTInstancePtr
getProperties :: TeSTInstancePtr -> IO [Property]
Returns the property list of this instance
getGeometry :: TeSTInstancePtr -> IO [TeGeometry]
Returns the geometry list of this instance
objectId :: TeSTInstancePtr -> IO String
Returns the object identification
The Value type
data Value
Constructors
StValue String
DbValue Double
InValue Int32
Undefined
show/hide Instances
Produced by Haddock version 0.7