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
geometry
coordinatesystem
projectionfactory.h
1
#ifndef PROJECTIONFACTORY_H
2
#define PROJECTIONFACTORY_H
3
4
namespace
Ilwis {
5
class
ProjectionFactory
:
public
AbstractFactory
6
{
7
public
:
8
ProjectionFactory
(
const
QString& ty,
const
QString& sub,
const
QString& desc=
""
) :
AbstractFactory
(ty, sub, desc) {}
9
10
virtual
ProjectionImplementation
*create(
const
Resource
&resource)
const
= 0;
11
virtual
ProjectionImplementation
*create(
const
QString& name)
const
= 0;
12
};
13
}
14
15
#endif // PROJECTIONFACTORY_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1