|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbOGRExtendedFilenameToOptions_h
22 #define otbOGRExtendedFilenameToOptions_h
24 #include <unordered_map>
37 #include "OTBGdalAdaptersExport.h"
75 void SetExtendedFileName(
const char* extFname)
override;
77 void SetExtendedFileName(
const std::string& extFname)
override;
88 bool SimpleFileNameIsSet()
const;
89 bool HasGDALLayerOption()
const;
109 void operator=(
const Self&) =
delete;
119 #endif // otbOGRExtendedFilenameToOptions_h
This class aim at processing GDAL option that can be pass through extended filename.
itk::SmartPointer< const Self > ConstPointer
OptionMapType::const_iterator ConstMapIteratorType
~OGRExtendedFilenameToOptions() override
std::vector< std::string > GDALOptionType
OpenOptionType m_OpenOptions
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
GDALOptionType gdalOptions
OGRExtendedFilenameToOptions Self
Helper to handle extended filenames.
std::unordered_map< std::string, std::string > gdalOptions
LayerOptionType m_LayerOptions
Superclass::OptionMapType OptionMapType
CreationOptionType m_CreationOptions
ExtendedFilenameHelper Superclass
itk::SmartPointer< Self > Pointer
GDALOptionType gdalOptions
itk::SmartPointer< Self > Pointer