OGS
GeoObject.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include "GeoType.h"
18 
19 namespace GeoLib
20 {
21 struct GeoObject
22 {
23  virtual ~GeoObject() = default;
25  virtual GEOTYPE getGeoType() const = 0;
26 };
27 } // end namespace GeoLib
Definition of the GEOTYPE enumeration.
GEOTYPE
Definition: GeoType.h:25
virtual ~GeoObject()=default
virtual GEOTYPE getGeoType() const =0
return a geometry type