OmniSciDB
bf83d84833
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
GDAL.h
Go to the documentation of this file.
1
/*
2
* Copyright 2020 OmniSci, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#pragma once
18
19
#include <mutex>
20
21
namespace
Geospatial {
22
23
class
GDAL
{
24
public
:
25
static
void
init
();
26
static
bool
supportsNetworkFileAccess
();
27
static
bool
supportsDriver
(
const
char
* driver_name);
28
29
private
:
30
static
bool
initialized_
;
31
static
std::mutex
init_mutex_
;
32
};
33
34
}
// namespace Geospatial
Geospatial::GDAL::init
static void init()
Definition:
GDAL.cpp:59
Geospatial::GDAL::initialized_
static bool initialized_
Definition:
GDAL.h:30
Geospatial::GDAL::supportsDriver
static bool supportsDriver(const char *driver_name)
Definition:
GDAL.cpp:117
Geospatial::GDAL::supportsNetworkFileAccess
static bool supportsNetworkFileAccess()
Definition:
GDAL.cpp:109
Geospatial::GDAL::init_mutex_
static std::mutex init_mutex_
Definition:
GDAL.h:31
Geospatial::GDAL
Definition:
GDAL.h:23
Geospatial
GDAL.h
Generated on Tue Jan 12 2021 18:25:50 for OmniSciDB by
1.8.5