OTB  9.0.0
Orfeo Toolbox
otbWrapperElevationParametersHandler.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
3  *
4  * This file is part of Orfeo Toolbox
5  *
6  * https://www.orfeo-toolbox.org/
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  */
20 
21 #ifndef otbWrapperElevationParametersHandler_h
22 #define otbWrapperElevationParametersHandler_h
23 
24 #include "otbWrapperApplication.h"
25 
26 namespace otb
27 {
28 namespace Wrapper
29 {
30 
47 {
48 public:
53  static OTBApplicationEngine_EXPORT void AddElevationParameters(Application::Pointer app, const std::string& key);
54 
56  static OTBApplicationEngine_EXPORT float GetDefaultElevation(const Application::Pointer app, const std::string& key);
57  static OTBApplicationEngine_EXPORT const std::string GetGeoidFile(const Application::Pointer app, const std::string& key);
58  static OTBApplicationEngine_EXPORT const std::string GetDEMDirectory(const Application::Pointer app, const std::string& key);
59  static OTBApplicationEngine_EXPORT bool IsGeoidUsed(const Application::Pointer app, const std::string& key);
60  static OTBApplicationEngine_EXPORT bool IsDEMUsed(const Application::Pointer app, const std::string& key);
62 
63  static OTBApplicationEngine_EXPORT void SetupDEMHandlerFromElevationParameters(const Application::Pointer app, const std::string& key);
64 
65 protected:
66  ElevationParametersHandler(); // not implemented
67  virtual ~ElevationParametersHandler(); // not implemented
68 };
69 }
70 }
71 
72 
73 #endif // otbWrapperElevationParametersHandler_h_
otb::Wrapper::ElevationParametersHandler::IsDEMUsed
static OTBApplicationEngine_EXPORT bool IsDEMUsed(const Application::Pointer app, const std::string &key)
otb::Wrapper::Application::Pointer
itk::SmartPointer< Self > Pointer
Definition: otbWrapperApplication.h:82
otb::Wrapper::ElevationParametersHandler::GetDEMDirectory
static const OTBApplicationEngine_EXPORT std::string GetDEMDirectory(const Application::Pointer app, const std::string &key)
otb::Wrapper::ElevationParametersHandler::ElevationParametersHandler
ElevationParametersHandler()
otbWrapperApplication.h
otb
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Definition: otbJoinContainer.h:32
otb::Wrapper::ElevationParametersHandler::~ElevationParametersHandler
virtual ~ElevationParametersHandler()
otb::Wrapper::ElevationParametersHandler::AddElevationParameters
static OTBApplicationEngine_EXPORT void AddElevationParameters(Application::Pointer app, const std::string &key)
otb::Wrapper::ElevationParametersHandler::GetDefaultElevation
static OTBApplicationEngine_EXPORT float GetDefaultElevation(const Application::Pointer app, const std::string &key)
otb::Wrapper::ElevationParametersHandler::GetGeoidFile
static const OTBApplicationEngine_EXPORT std::string GetGeoidFile(const Application::Pointer app, const std::string &key)
otb::Wrapper::ElevationParametersHandler
This class represent a helper class for elevation modes. It add the parameters automatically to the a...
Definition: otbWrapperElevationParametersHandler.h:46
otb::Wrapper::ElevationParametersHandler::IsGeoidUsed
static OTBApplicationEngine_EXPORT bool IsGeoidUsed(const Application::Pointer app, const std::string &key)
otb::Wrapper::ElevationParametersHandler::SetupDEMHandlerFromElevationParameters
static OTBApplicationEngine_EXPORT void SetupDEMHandlerFromElevationParameters(const Application::Pointer app, const std::string &key)