Warning: Declaration of syntax_plugin_externallink::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 17

Warning: Declaration of syntax_plugin_externallink::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 17
wiki:designimplementation:raster - TerraLib5

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
wiki:designimplementation:raster [2014/04/02 10:26]
marisa [Design]
wiki:designimplementation:raster [2014/04/02 11:42] (current)
marisa [Design]
Line 18: Line 18:
 A raster is composed by raster bands. A band is represented by the abstract class **Band**. A raster is composed by raster bands. A band is represented by the abstract class **Band**.
  
-Follow ​[[@../​doxygendoc/​d5/​d83/​classte_1_1rst_1_1Raster.html|this]] link to reach the detailed ​documentation of Raster class generated by doxygen.+For detailed documentation,​ find the [[@../​doxygendoc/​d5/​d83/​classte_1_1rst_1_1Raster.html|doxygen ​documentation of Raster class]].
  
 ==== Band ==== ==== Band ====