MI - Fimex
AzimuthalEquidistantProjection.h
Go to the documentation of this file.
1 /*
2  * Fimex, AzimuthalEquidistantProjection.h
3  *
4  * (C) Copyright 2011, met.no
5  *
6  * Project Info: https://wiki.met.no/fimex/start
7  *
8  * This library is free software; you can redistribute it and/or modify it
9  * under the terms of the GNU Lesser General Public License as published by
10  * the Free Software Foundation; either version 2.1 of the License, or
11  * (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
16  * License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21  * USA.
22  *
23  * Created on: Mar 01, 2011
24  * Author: Heiko Klein
25  */
26 
27 #ifndef AZIMUTHALEQUIDISTANTPROJECTION_H_
28 #define AZIMUTHALEQUIDISTANTPROJECTION_H_
29 
31 
32 namespace MetNoFimex
33 {
34 
39 {
40 
41 public:
44  static bool acceptsProj4(const std::string& proj4Str);
46 protected:
48  virtual std::ostream& getProj4ProjectionPart(std::ostream& oproj) const;
49 };
50 
51 }
52 
53 
54 #endif /* AZIMUTHALEQUIDISTANTPROJECTION_H_ */
basic_string< char > string
static std::vector< CDMAttribute > parametersFromProj4(const std::string &proj4)
virtual ~AzimuthalEquidistantProjection()
Definition: AzimuthalEquidistantProjection.h:43
basic_ostream< char > ostream
STL class.
Definition: C_CDMReader.h:35
Definition: AzimuthalEquidistantProjection.h:38
static bool acceptsProj4(const std::string &proj4Str)
virtual std::ostream & getProj4ProjectionPart(std::ostream &oproj) const
AzimuthalEquidistantProjection(std::string name)
Definition: AzimuthalEquidistantProjection.h:47
Definition: ProjectionImpl.h:47