Ilwis-Objects  1.0
GIS and Remote Sensing framework for data access and processing
 All Classes Functions Enumerations Pages
operationconnector.h
1 #ifndef OPERATIONCONNECTOR_H
2 #define OPERATIONCONNECTOR_H
3 
4 namespace Ilwis {
5 class KERNELSHARED_EXPORT OperationConnector : public IlwisObjectConnector
6 {
7 public:
9 
10  virtual bool canUse(const OperationExpression&) const = 0;
11 
12 };
13 }
14 
15 #endif // OPERATIONCONNECTOR_H