diff --git a/Code/Projections/otbGeometriesProjectionFilter.h b/Code/Projections/otbGeometriesProjectionFilter.h
index 7dfebab70916a9557e2b03bc880b25e8bc91db1e..2421c92cc97db1e11330beac893ca60fed94a274 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 */
   //@{