OTB  9.0.0
Orfeo Toolbox
otbOpticalImageMetadataInterface.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 otbOpticalImageMetadataInterface_h
22 #define otbOpticalImageMetadataInterface_h
23 
24 #include <string>
25 
28 #include "otbObjectList.h"
29 
30 namespace otb
31 {
40 {
41 public:
44  typedef itk::SmartPointer<Self> Pointer;
45  typedef itk::SmartPointer<const Self> ConstPointer;
46 
49 
50  typedef Superclass::ImageType ImageType;
51  typedef Superclass::MetaDataDictionaryType MetaDataDictionaryType;
54 
58 
63  virtual unsigned int BandIndexToWavelengthPosition(unsigned int i) const;
64 
65 protected:
67  ~OpticalImageMetadataInterface() override = default;
68 
69  void PrintSelf(std::ostream& os, itk::Indent indent) const override;
70 
71 
72 private:
73  OpticalImageMetadataInterface(const Self&) = delete;
74  void operator=(const Self&) = delete;
75 };
76 
77 } // end namespace otb
78 
79 #endif
otb::OpticalImageMetadataInterface::Self
OpticalImageMetadataInterface Self
Definition: otbOpticalImageMetadataInterface.h:42
otb::OpticalImageMetadataInterface::FilterFunctionValuesType
FilterFunctionValues FilterFunctionValuesType
Definition: otbOpticalImageMetadataInterface.h:55
otb::OpticalImageMetadataInterface::ImageType
Superclass::ImageType ImageType
Definition: otbOpticalImageMetadataInterface.h:48
otb::OpticalImageMetadataInterface
Class for Optical captor metadata reading.
Definition: otbOpticalImageMetadataInterface.h:39
otb::OpticalImageMetadataInterface::Pointer
itk::SmartPointer< Self > Pointer
Definition: otbOpticalImageMetadataInterface.h:44
otb
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Definition: otbJoinContainer.h:32
otb::MetaDataKey::VectorType
std::vector< double > VectorType
Definition: otbMetaDataKey.h:119
otb::MetaDataKey::VariableLengthVectorType
itk::VariableLengthVector< double > VariableLengthVectorType
Definition: otbMetaDataKey.h:121
otb::ObjectList::Pointer
itk::SmartPointer< Self > Pointer
Definition: otbObjectList.h:46
otb::FilterFunctionValues
This class contains the values of the filter function for the processed spectral band.
Definition: otbFilterFunctionValues.h:44
otb::OpticalImageMetadataInterface::Superclass
ImageMetadataInterfaceBase Superclass
Definition: otbOpticalImageMetadataInterface.h:43
otb::OpticalImageMetadataInterface::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: otbOpticalImageMetadataInterface.h:45
otb::OpticalImageMetadataInterface::MetaDataDictionaryType
Superclass::MetaDataDictionaryType MetaDataDictionaryType
Definition: otbOpticalImageMetadataInterface.h:51
otbObjectList.h
otb::OpticalImageMetadataInterface::WavelengthSpectralBandVectorType
InternalWavelengthSpectralBandVectorType::Pointer WavelengthSpectralBandVectorType
Definition: otbOpticalImageMetadataInterface.h:57
otb::OpticalImageMetadataInterface::InternalWavelengthSpectralBandVectorType
otb::ObjectList< FilterFunctionValuesType > InternalWavelengthSpectralBandVectorType
Definition: otbOpticalImageMetadataInterface.h:56
otbImageMetadataInterfaceBase.h
otb::ImageMetadataInterfaceBase
Base class for captor metadata reading.
Definition: otbImageMetadataInterfaceBase.h:44
otb::ObjectList
This class is a generic all-purpose wrapping around an std::vector<itk::SmartPointer<ObjectType> >.
Definition: otbObjectList.h:40
otb::OpticalImageMetadataInterface::VariableLengthVectorType
Superclass::VariableLengthVectorType VariableLengthVectorType
Definition: otbOpticalImageMetadataInterface.h:53
otbFilterFunctionValues.h
otb::OpticalImageMetadataInterface::VectorType
Superclass::VectorType VectorType
Definition: otbOpticalImageMetadataInterface.h:52