Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
Main Page
Classes
Files
File List
•
All
Classes
Functions
Enumerations
Pages
catalog
catalogquery.h
1
#ifndef CATALOGQUERY_H
2
#define CATALOGQUERY_H
3
4
namespace
Ilwis {
5
class
CatalogQuery
6
{
7
public
:
8
CatalogQuery
();
9
QString transformQuery(
const
QString &baseQuery)
const
;
10
private
:
11
QHash<QString, quint64> _names;
12
};
13
}
14
15
#endif // CATALOGQUERY_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1