QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
Loading...
Searching...
No Matches
src
core
qgsspatialindexutils.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsgenericspatialindex.h
3
------------------------
4
Date : December 2019
5
Copyright : (C) 2019 by Nyall Dawson
6
Email : nyall dot dawson at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSSPATIALINDEXUTILS_H
17
#define QGSSPATIALINDEXUTILS_H
18
19
#include "qgis_core.h"
20
#define SIP_NO_FILE
21
22
class
QgsRectangle
;
23
25
// forward declaration
26
namespace
SpatialIndex
27
{
28
class
IStorageManager;
29
class
ISpatialIndex;
30
class
Region;
31
class
Point;
32
33
namespace
StorageManager
34
{
35
class
IBuffer;
36
}
37
}
39
49
class
CORE_EXPORT
QgsSpatialIndexUtils
50
{
51
public
:
52
56
static
SpatialIndex::Region rectangleToRegion(
const
QgsRectangle
&rectangle );
57
58
};
59
60
#endif
// QGSSPATIALINDEXUTILS_H
QgsRectangle
A rectangle specified with double values.
Definition
qgsrectangle.h:42
QgsSpatialIndexUtils
Contains utility functions for working with spatial indexes.
Definition
qgsspatialindexutils.h:50
SpatialIndex
Definition
qgspointlocator.h:84
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8