TerraLib and TerraView Wiki Page

This is an old revision of the document!


The new concepts adopted in TerraLib/TerraView are summarized here in a way users of TerraView 4.x.x will quickly understand the main changes.

Features DataSourceFrom: TerraView 4.3.2 To: terraView 5.0Stored (access or Postgis)
Converterdatabase.mdbVector Layer VectorIt will be stored into the datasource defined by the user
Tabular LayerTabularIt will be stored into the datasource defined by the user
Raster LayerRasterIt will be saved in Directory defined by the user
External TablesTabularIt will be stored as a tabular
ViewMap Displaythe View can be compared to the Map Display (the view projection is the Map Display SRID)
ThemeLayerLayer showed in a Map Display (reprojected to the Map Display SRID)
Theme VisualStyleThe Visual concept is the Styler store inside the Project file
External TablesTabularIt will be stored as a tabular
Project File For each Layer, the project file keep one reference to one dataset located in a datasource and other information like style (visual),etc.
DataSourceDatasource is a location where to find data (Postgis database, access database,dir of vectos, dir or rasters , url)
ConnectorIt is a set of parameters used to identify an existing datasource to the application (each datasource can have a specific set of parameters). Also used to create a new datasource to insert data on it.

The figure bellow shows the main concepts