terrame
terrame copied to clipboard
Layer:download()
Implement Layer:download() to download data stored in a WMS or WFS.
According Emerson Moraes, terralib team: For WMS data, it is not possible download by WMS module, for this, is necessary to use WCS module which download only the whole image. WFS work different, it always download the whole image.
It seems that WMS supports save in release 5.3. See in te::ws::ogc::wms::da::DataSource::saveGetMap() method.