OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ErsSarLeaderFactory.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // "Copyright Centre National d'Etudes Spatiales"
4 //
5 // License: LGPL
6 //
7 // See LICENSE.txt file in the top level directory for more details.
8 //
9 //----------------------------------------------------------------------------
10 // $Id$
11 
12 #ifndef ErsSarLeaderFactory_h
13 #define ErsSarLeaderFactory_h
14 
15 
17 #include <map>
18 
19 
20 namespace ossimplugins
21 {
22 
29 {
30 public:
38  virtual ~ErsSarLeaderFactory();
39 
40 
41 protected:
42 
43 
44 private:
45 };
46 }
47 
48 #endif
This class is a facory able to construct Record base classes given the id of the record wanted...
This class is a facory able to construct Record base classes.
virtual ~ErsSarLeaderFactory()
Destructor.