|
|
|
| Description |
A module for supporting a TeLayer TerraLib class
In TerraLib, a layer is a collection of geometries that share the same
geographical projection, and are related in some way (e.g. a shapefile).
A layer has a pointer to a database that effectively stores its atributes
and geometries.
More information - http://www.terralib.org
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | Instances | |
|
|
|
|
|
| Constructors | | Instances | |
|
|
|
|
|
| | Methods | | | Returns the layer name
| | | | Load information about a particular layer
| | | | | | Saves an attribute table into the database where layer is stored
| | | | Adds a set of points to a layer
| | | | | | |
| | Instances | |
|
|
|
| The type TeLayer represents a geographic layer
data TeLayer = TeLayer String | TeLayerDb String TeDatabasePtr deriving (Show)
| | Constructors | | Instances | |
|
|
|
| The type TeLayerPtr is a pointer to TeLayer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |