From 2683b6be05544d981cd613ba374fffb93d3488ed Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Mon, 12 Dec 2011 17:05:28 +0100
Subject: [PATCH] ENH: add elevation mode types in an enum      - using the
 geotiff rasters processed by the dem import application is not supported yet

---
 Code/ApplicationEngine/otbWrapperTypes.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Code/ApplicationEngine/otbWrapperTypes.h b/Code/ApplicationEngine/otbWrapperTypes.h
index 59d7e57701..8fdf45ac06 100644
--- a/Code/ApplicationEngine/otbWrapperTypes.h
+++ b/Code/ApplicationEngine/otbWrapperTypes.h
@@ -84,6 +84,15 @@ typedef enum
   Role_Output
 } Role;
 
+// enum used for the map projection choices
+typedef enum
+{
+  Elevation_DEM,
+  Elevation_Average,
+  //Elevation_Tiff,
+  Elevation_Geoid
+} ElevationType;
+
 
 typedef otb::Image<char>                       Int8ImageType;
 typedef otb::Image<unsigned char>              UInt8ImageType;
-- 
GitLab