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
ilwisobjects
domain
domainhelper.h
1
#ifndef DOMAINFACTORY_H
2
#define DOMAINFACTORY_H
3
4
#include "Kernel_global.h"
5
6
namespace
Ilwis {
7
class
KERNELSHARED_EXPORT
DomainHelper
{
8
public
:
9
DomainHelper
();
10
static
Ilwis::IDomain
create(
Range
* range);
11
static
IDomain
fromTimeInterval(
const
QString &beg,
const
QString &end,
const
Duration
& step=
Duration
(
""
));
12
static
IDomain
fromNumericRange(
double
beg,
double
end,
double
step);
13
};
14
}
15
16
#endif // DOMAINFACTORY_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1