From 324ca43bcfdae86b6924f98cdd8b53ec67a9b063 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Fri, 21 Sep 2012 14:12:26 +0200
Subject: [PATCH] ENH: GeometriesProjectionFilter : add get/set for DEM and
 geoid

---
 Code/Projections/otbGeometriesProjectionFilter.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Code/Projections/otbGeometriesProjectionFilter.h b/Code/Projections/otbGeometriesProjectionFilter.h
index 7dfebab709..2421c92cc9 100644
--- a/Code/Projections/otbGeometriesProjectionFilter.h
+++ b/Code/Projections/otbGeometriesProjectionFilter.h
@@ -254,6 +254,16 @@ public:
   itkSetStringMacro(OutputProjectionRef);
   itkGetStringMacro(OutputProjectionRef);
   //@}
+  
+  /**\name Elevation data
+   * Accessors and mutators for DEM directory and geoid file
+   */
+  //@{
+  itkSetStringMacro(DEMDirectory);
+  itkGetStringMacro(DEMDirectory);
+  itkSetStringMacro(GeoidFile);
+  itkGetStringMacro(GeoidFile);
+  //@}
 private:
   /**\name Functor definition */
   //@{
-- 
GitLab