TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:terralib50_changelog [2015/06/01 15:30]
marisa
wiki:terralib50_changelog [2015/06/11 16:29] (current)
tester
Line 3: Line 3:
 The new concepts adopted in TerraLib/​TerraView 5.0 are summarized here in a way users of TerraView 4.2.2 will quickly understand the main changes. The new concepts adopted in TerraLib/​TerraView 5.0 are summarized here in a way users of TerraView 4.2.2 will quickly understand the main changes.
  
-|Tool |DataSource|From: TerraView 4.2.2| To: terraView 5.0| Explanation|     +|**From: TerraView 4.2.2****To: terraView 5.0****Rationale**|     
-|Converter|my_db.mdb|Vector LayerVector|It will be stored ​into the datasource ​defined by the user+        ​|DataSource ​|Data Source is a location where to find data (Postgis Database, ​ Microsoft Access Database, Directory of vector files, Directory of raster files and URL)| 
-|         |        Tabular ​Layer|Tabular|It will be stored into the datasource defined by the user| +|         ​|Connector|It is used to registry an existing datasource (or to create an empty one) into a file called ''​datasource.xml'' ​
-        |        ​| ​Raster ​Layer|Raster|It ​will be saved in a Directory defined by the user| +|         |Project File (*.tview) ​|For each Layer, the ''​Project''​ file keep a reference to a dataset, SRID and style of visualization (point/​line/​polygon) of visualization| 
-        ​|        |External Tables|Tabular|It ​will be stored as a tabular layer into the datasource defined by the user| +|         ​|Layer Explorer ​|It lists all Layers referenced in a Project| 
-|         ​|  ​      |View|Map Display|A ''​View''​ can be compared to the ''​Map Display''​ (the view projection is the Map Display SRID)| +|Projection|SRID| It is a code given by EPSG to each known projection | 
-|         ​|  ​      |Theme|Layer|Layer showed in a Map Display (reprojected to the Map Display SRID)| +|Infolayer-Vector|Vector Dataset |It is a dataset ​stored into the datasource defined by the user| 
-|         ​|  ​      |Theme Visual|Layer Style|The Visual concept is the Layer Styler ​stored inside the Project file+|Infolayer-Raster|Raster ​Dataset ​|It is a raster file stored ​in a Directory defined by the user (outside the database)
-|         ​|||Project File |For each Layer, the ''​Project''​ file keep a reference to a dataset stored in a datasource and also keep its style(point/​line/​polygon) of visualization,​etc.| +|Tabular Layer|Tabular|It is a dataset stored into the datasource defined by the user| 
-|         ​|||Layer Explorer |It lists all Layers referenced in a Project| +|External Tables|Tabular|It ​is a dataset ​stored as a tabular layer into the datasource defined by the user| 
-|         ​|||DataSource |Data Source is a location where to find data (Postgis Database, ​ Microsoft Access Database, Directory of vector files, Directory of raster files and URL)| +|View|Map Display|A ''​View''​ can be compared to the ''​Map Display''​ (the view projection is the Map Display SRID adopted to visualize all layers)| 
-|         ​|||Connector|It is used to registry an existing datasource (or to define a new datasource) into a file called ''​datasource.xml'' ​|+|Theme|Layer|Layer showed in a Map Display (reprojected to the Map Display SRID)| 
 +|Theme Visual|Layer Style|The Visual concept is the Layer Style stored inside the Project file|
  
  
 +The figure bellow shows the main concepts adopted and the relationship between them.
  
-==== The figure bellow shows the main concepts ====