OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
elevation
ossimDtedFactory.h
Go to the documentation of this file.
1
//*****************************************************************************
2
// FILE: ossimDtedFactory.cc
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
// Class declaration for ossimDtedFactory.
13
// This is the base class interface for elevation cell factories.
14
//*****************************************************************************
15
// $Id: ossimDtedFactory.h 15766 2009-10-20 12:37:09Z gpotts $
16
#ifndef ossimDtedFactory_HEADER
17
#define ossimDtedFactory_HEADER
18
19
#include <
ossim/elevation/ossimElevSourceFactory.h
>
20
22
class
OSSIM_DLL
ossimDtedFactory
:
public
ossimElevSourceFactory
23
{
24
public
:
25
26
ossimDtedFactory
();
27
ossimDtedFactory
(
const
ossimFilename
& dir);
28
29
30
virtual
ossimElevSource
*
getNewElevSource
(
const
ossimGpt
& gpt)
const
;
31
virtual
void
createIndex();
32
protected
:
33
virtual
~
ossimDtedFactory
();
34
35
TYPE_DATA
36
};
37
38
#endif
/* End of "#ifndef ossimDtedFactory_HEADER" */
ossimDtedFactory
CLASS: ossimDtedFactory.
Definition:
ossimDtedFactory.h:22
ossimElevSource
Definition:
ossimElevSource.h:31
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:46 for OSSIM - Open Source Software Image Map by
1.8.14