OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Enumerations
ossimHgtRef.h File Reference
#include <ossim/base/ossimGpt.h>
#include <ossim/base/ossimColumnVector3d.h>
#include <ossim/matrix/newmat.h>
#include <ossim/matrix/newmatap.h>
#include <ossim/matrix/newmatio.h>

Go to the source code of this file.

Classes

class  ossimHgtRef
 

Enumerations

enum  HeightRefType_t { AT_HGT = 0, AT_DEM = 1 }
 

Enumeration Type Documentation

◆ HeightRefType_t

Enumerator
AT_HGT 
AT_DEM 

Definition at line 17 of file ossimHgtRef.h.

18 {
19  AT_HGT = 0,
20  AT_DEM = 1
21 };