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