Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:documentation:devguide:data_access_module [2016/01/19 13:22] gribeiro [DataSource] |
wiki:documentation:devguide:data_access_module [2016/01/19 15:24] (current) 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:devguide:dataaccess: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 30: | Line 30: | ||
The yellow classes with the names in italic are abstract and must be implemented by data access drivers. Following we discuss each class in detail. See the [[http://www.dpi.inpe.br/terralib5/codedocs_5.1.0/d8/d18/group__dataaccess.html|Doxygen documentation for more details]]. | The yellow classes with the names in italic are abstract and must be implemented by data access drivers. Following we discuss each class in detail. See the [[http://www.dpi.inpe.br/terralib5/codedocs_5.1.0/d8/d18/group__dataaccess.html|Doxygen documentation for more details]]. | ||
- | |||
===== DataSource ===== | ===== DataSource ===== | ||
Line 52: | Line 51: | ||
===== DataSet ===== | ===== DataSet ===== | ||
- | For an in depth explanation, see [[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]]. |