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:documentation:devguide:data_access_module [2016/01/19 16:22]
gribeiro [Design]
wiki:documentation:devguide:data_access_module [2016/01/19 16:24]
gribeiro [DataSet]
Line 16: Line 16:
 As one can see in the class diagram below, the Data Access module provides a basic framework for accessing data. As one can see in the class diagram below, the Data Access module provides a basic framework for accessing data.
  
-{{:​wiki:​documentation:​devguide:​dataaccess_class_diagram.png|Data Access Class Diagram}}+{{:​wiki:​documentation:​devguide:​dataaccess_class_diagram.png?640|Data Access Class Diagram}}
  
 It is designed towards extensibility and data interoperability,​ so you can easily extend it with your own data access implementation. It is designed towards extensibility and data interoperability,​ so you can easily extend it with your own data access implementation.
Line 52: Line 52:
  
 For an in depth explanation,​ see the [[http://​www.dpi.inpe.br/​terralib5/​codedocs_5.1.0/​dc/​d2c/​classte_1_1da_1_1DataSet.html|Doxygen documentation of this class]]. For an in depth explanation,​ see the [[http://​www.dpi.inpe.br/​terralib5/​codedocs_5.1.0/​dc/​d2c/​classte_1_1da_1_1DataSet.html|Doxygen documentation of this class]].
 +
 +===== DataSetType =====
 +
 +For an in depth explanation,​ see the [[http://​www.dpi.inpe.br/​terralib5/​codedocs_5.1.0/​d7/​d1e/​classte_1_1da_1_1DataSetType.html|Doxygen documentation of this class]].