OTB  9.0.0
Orfeo Toolbox
otbWrapperTags.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 otbWrapperTags_h
22 #define otbWrapperTags_h
23 
24 #include <string>
25 
26 namespace otb
27 {
28 namespace Wrapper
29 {
30 namespace Tags
31 {
32 
33 static const std::string Analysis = "Image Analysis";
34 static const std::string Calibration = "Calibration";
35 static const std::string ChangeDetection = "Change Detection";
36 static const std::string Coordinates = "Coordinates";
37 static const std::string DimensionReduction = "Dimensionality Reduction";
38 static const std::string FeatureExtraction = "Feature Extraction";
39 static const std::string Filter = "Image Filtering";
40 static const std::string Geometry = "Geometry";
41 static const std::string Hyperspectral = "Hyperspectral";
42 static const std::string Learning = "Learning";
43 static const std::string Manip = "Image Manipulation";
44 static const std::string Meta = "Image MetaData";
45 static const std::string Multi = "Image MultiResolution";
46 static const std::string Pansharpening = "Pansharpening";
47 static const std::string Raster = "Raster";
48 static const std::string SAR = "SAR";
49 static const std::string Stereo = "Stereo";
50 static const std::string Segmentation = "Segmentation";
51 static const std::string Vector = "Vector Data Manipulation";
52 static const std::string Deprecated = "Deprecated";
53 
54 } // end namespace Wrappers
55 } // end namespace Tags
56 } // end namespace otb
57 
58 #endif // otbWrapperTags_h_
otb::Wrapper::Tags::Geometry
static const std::string Geometry
Definition: otbWrapperTags.h:40
otb::Wrapper::Tags::Stereo
static const std::string Stereo
Definition: otbWrapperTags.h:49
otb::Wrapper::Tags::Analysis
static const std::string Analysis
Definition: otbWrapperTags.h:33
otb::Wrapper::Tags::ChangeDetection
static const std::string ChangeDetection
Definition: otbWrapperTags.h:35
otb::Wrapper::Tags::SAR
static const std::string SAR
Definition: otbWrapperTags.h:48
otb::Wrapper::Tags::Meta
static const std::string Meta
Definition: otbWrapperTags.h:44
otb::Wrapper::Tags::Pansharpening
static const std::string Pansharpening
Definition: otbWrapperTags.h:46
otb
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Definition: otbJoinContainer.h:32
otb::Wrapper::Tags::Multi
static const std::string Multi
Definition: otbWrapperTags.h:45
otb::Wrapper::Tags::Manip
static const std::string Manip
Definition: otbWrapperTags.h:43
otb::Wrapper::Tags::Filter
static const std::string Filter
Definition: otbWrapperTags.h:39
otb::Wrapper::Tags::FeatureExtraction
static const std::string FeatureExtraction
Definition: otbWrapperTags.h:38
otb::Wrapper::Tags::Vector
static const std::string Vector
Definition: otbWrapperTags.h:51
otb::Wrapper::Tags::Segmentation
static const std::string Segmentation
Definition: otbWrapperTags.h:50
otb::Wrapper::Tags::Hyperspectral
static const std::string Hyperspectral
Definition: otbWrapperTags.h:41
otb::Wrapper::Tags::Deprecated
static const std::string Deprecated
Definition: otbWrapperTags.h:52
otb::Wrapper::Tags::Learning
static const std::string Learning
Definition: otbWrapperTags.h:42
otb::Wrapper::Tags::Calibration
static const std::string Calibration
Definition: otbWrapperTags.h:34
otb::Wrapper::Tags::Raster
static const std::string Raster
Definition: otbWrapperTags.h:47
otb::Wrapper::Tags::Coordinates
static const std::string Coordinates
Definition: otbWrapperTags.h:36
otb::Wrapper::Tags::DimensionReduction
static const std::string DimensionReduction
Definition: otbWrapperTags.h:37