OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimSrtmFactory.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 // Copyright (c) 2005, David Burken, all rights reserved.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: David Burken
9 //
10 // Description:
11 //
12 // Shuttle Radar Topography Mission (SRTM) factory to return an
13 // ossimSrtmElevSource given a ground point.
14 //
15 //----------------------------------------------------------------------------
16 // $Id: ossimSrtmFactory.h 13269 2008-07-25 14:27:36Z dburken $
17 #ifndef ossimSrtmFactory_HEADER
18 #define ossimSrtmFactory_HEADER
19 
21 
28 {
29 public:
30 
33 
35  ossimSrtmFactory(const ossimFilename& dir);
36 
38  virtual ~ossimSrtmFactory();
39 
50  virtual ossimElevSource* getNewElevSource(const ossimGpt& gpt) const;
51 
52 protected:
53 
55 };
56 
57 #endif /* End of "#ifndef ossimSrtmFactory_HEADER" */
the elevation manager, this class returns an ossimSrtmElevSource given a ground point and some direct...
#define TYPE_DATA
Definition: ossimRtti.h:339
#define OSSIM_DLL
virtual ossimElevSource * getNewElevSource(const ossimGpt &gpt) const =0
Pure virtual method.