OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGridRemapEngineFactory.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // AUTHOR: Oscar Kramer (okramer@imagelinks.com)
6 //
7 // DESCRIPTION: Contains declaration of class ossimGridRemapEngineFactory
8 //
9 // LIMITATIONS: None.
10 //
11 //*****************************************************************************
12 // $Id: ossimGridRemapEngineFactory.h 23356 2015-06-03 18:28:03Z dburken $
13 
14 #ifndef ossimGridRemapEngineFactory_HEADER
15 #define ossimGridRemapEngineFactory_HEADER 1
16 
18 
19 /*!****************************************************************************
20  *
21  * CLASS: ossimGridRemapEngineFactory (SIMPLETON)
22  *
23  *****************************************************************************/
25 {
26 public:
31  static ossimGridRemapEngine* create(const char* spec);
32 
33 protected:
35 };
36 
37 #endif
#define OSSIM_DLL