OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
elevation
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
20
#include <
ossim/elevation/ossimElevSourceFactory.h
>
21
27
class
OSSIM_DLL
ossimSrtmFactory
:
public
ossimElevSourceFactory
28
{
29
public
:
30
32
ossimSrtmFactory
();
33
35
ossimSrtmFactory
(
const
ossimFilename
& dir);
36
38
virtual
~
ossimSrtmFactory
();
39
50
virtual
ossimElevSource
*
getNewElevSource
(
const
ossimGpt
& gpt)
const
;
51
52
protected
:
53
54
TYPE_DATA
55
};
56
57
#endif
/* End of "#ifndef ossimSrtmFactory_HEADER" */
ossimElevSource
Definition:
ossimElevSource.h:31
ossimSrtmFactory
the elevation manager, this class returns an ossimSrtmElevSource given a ground point and some direct...
Definition:
ossimSrtmFactory.h:27
ossimGpt
Definition:
ossimGpt.h:31
TYPE_DATA
#define TYPE_DATA
Definition:
ossimRtti.h:339
ossimFilename
Definition:
ossimFilename.h:20
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimElevSourceFactory.h
ossimElevSourceFactory
Definition:
ossimElevSourceFactory.h:39
ossimElevSourceFactory::getNewElevSource
virtual ossimElevSource * getNewElevSource(const ossimGpt &gpt) const =0
Pure virtual method.
Generated on Fri Aug 3 2018 08:46:53 for OSSIM - Open Source Software Image Map by
1.8.14