martin schouwenburg
martin schouwenburg
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...
It might create a property, or not. But no it can not be set directly. The function is at GdalConnector level and at that level you can not know if...
hmm. I dislike exposing these kind internal details to the outside world. problem is that ilwis-objects for obvious reasons ( memory limitations) doesnt use contiguous memory. So exposing it is...
They exist for your benefit as they tell the system for which scheme a container concept makes sense or not. It is true that container/catalog names are sometimes used interchangeble....
probably correct. The pixeliterator works fine in respect to the boxes and ++ operator and such ( the main use). Some other methods have been implemented due to compatibility with...
Ok, then I will start making this change. It has some consequences (interface wise) but already for some time I feel this is an unwanted left-over from an Ilwis3 interface....
user dont know or care about memory usage. The only 'reasonable' solution is to start unloading after a certain threshold has been passed. I suppose this would be possible.
There is a QLocale class that we probably have to use to determine those things
yup I have seen them too. They come from the resource class as far as I can determine which apparently tries to do something with an empty file(name). I will...
Disagree. WFS (and other OGC) services provide a clear seperation between metadata and non-metadata. WFS for example has the getcapabilities and the describefeature for what is metadata, while the getfeatures...