Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
SpatialIndexType.hpp
1 // Copyright 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #ifndef FIRE_GEAR_GEOM_SPATIALINDEXTYPE_HPP_INCLUDED
5 #define FIRE_GEAR_GEOM_SPATIALINDEXTYPE_HPP_INCLUDED
6 
13 namespace fire {
20 namespace gear {
27 namespace geom {
34 namespace SpatialIndexType {
42  None,
43  QuadTree,
44  STRTree
45 };
46 } // namespace SpatialIndexType
47 } // namespace geom
48 } // namespace gear
49 } // namespace fire
50 
51 #endif
SpatialIndexType
Definition: SpatialIndexType.hpp:41