terrahs-0.5: Simple library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeQuerier
Contents
The TeQuerier type
The TeQueriers class
Description

A module for supporting a TeQuerier TerraLib class

A class to build spatial temporal instances (STInstance) from different sources

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

Synopsis
data TeQuerier = TeQuerier TeLayerPtr Bool Bool
class TeQueriers q where
loadInstances :: Ptr q -> IO Bool
numElemInstances :: Ptr q -> IO Int32
nextInstance :: Ptr q -> IO TeSTInstancePtr
The TeQuerier type
data TeQuerier Source
The type TeQuerier represent a TerraLib Class TeQuerier
Constructors
TeQuerier TeLayerPtr Bool Bool
show/hide Instances
The TeQueriers class
class TeQueriers q whereSource
Methods
loadInstances :: Ptr q -> IO BoolSource
Loads the STInstances. If frame>-1, loads only the instances of the frame-simo frame
numElemInstances :: Ptr q -> IO Int32Source
nextInstance :: Ptr q -> IO TeSTInstancePtrSource
Returns the next instances
show/hide Instances
Produced by Haddock version 2.4.2