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
SpatialOperator.hpp
1 // Copyright 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #ifndef FIRE_GEAR_GEOM_SPATIALOPERATOR_HPP_INCLUDED
5 #define FIRE_GEAR_GEOM_SPATIALOPERATOR_HPP_INCLUDED
6 
13 namespace fire {
20 namespace gear {
27 namespace geom {
34 namespace SpatialOperator {
42  None,
43  Disjoint,
44  Intersects,
45  Touches,
46  Crosses,
47  Within,
48  Contains,
49  Equals,
50  Overlaps,
51  Covers,
52  CoveredBy,
53  Custom
54 };
55 } // namespace SpatialOperator
56 } // namespace geom
57 } // namespace gear
58 } // namespace fire
59 
60 #endif
SpatialOperator
Definition: SpatialOperator.hpp:41