Skip to content
Snippets Groups Projects

Handle extended filename for DataSource class

Merged Antoine Regimbeau requested to merge OGR_extended_filename into develop
1 unresolved thread
3 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -499,6 +499,10 @@ public:
*/
ogr::version_proxy::GDALDatasetType & ogr();
void SetLayerCreationOptions( std::vector< std::string > options );
void AddLayerCreationOptions( std::vector< std::string > options );
std::vector< std::string > GetLayerCreationOptions();
protected:
/** Default constructor.
* The actual \c GDALDataset is using the <em>in-memory</em> \c
Loading