OTB
9.0.0
Orfeo Toolbox
|
#include "itkMacro.h"
#include <string>
#include <vector>
#include <cassert>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include "ogr_feature.h"
#include <boost/range/size.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_same.hpp>
#include "cpl_string.h"
#include "OTBGdalAdaptersExport.h"
Go to the source code of this file.
Classes | |
class | otb::ogr::StringListConverter |
Namespaces | |
otb | |
otb::ogr | |
Functions | |
OTBGdalAdapters_EXPORT std::vector< std::string > | otb::ogr::GetAvailableDriversAsStringVector () |
OTBGdalAdapters_EXPORT std::vector< std::string > | otb::ogr::GetFileListAsStringVector (GDALDataset *dataset) |
OTBGdalAdapters_EXPORT bool | otb::ogr::IsFieldSetAndNotNull (OGRFeature *feat, int index) |
OTBGdalAdapters_EXPORT std::vector< std::string > | otb::ogr::GetAvailableDriversAsStringVector () |
OTBGdalAdapters_EXPORT std::vector< std::string > | otb::ogr::GetFileListAsStringVector (GDALDataset *dataset) |
OTBGdalAdapters_EXPORT bool | otb::ogr::IsFieldSetAndNotNull (OGRFeature *feat, int index) |