IlwisCore icon indicating copy to clipboard operation
IlwisCore copied to clipboard

Handling streaming services

Open ridoo opened this issue 12 years ago • 1 comments

Consuming remote service via Qt is normally being done by async requests. To be capable of fitting in asyncronous handling pattern the system must be adapted in order to allow feature/raster-iterators accessing data lazily.

ridoo avatar Dec 09 '13 13:12 ridoo

all dataaccess to the coverage is handled by iterators. Iterators are well suited for streaming access. As the actual organization of the data is in all cases hidden from the clients of the interfaces it is realtively easy to change between async and sync access. This will be further developed when a first implementation of WFS (features) is available.

MartinSchouwenburg avatar Dec 09 '13 14:12 MartinSchouwenburg