OGS
GeoObject.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include "GeoType.h"
7
8namespace GeoLib
9{
11{
12 virtual ~GeoObject() = default;
14 virtual GEOTYPE getGeoType() const = 0;
15};
16} // end namespace GeoLib
GEOTYPE
Definition GeoType.h:12
virtual ~GeoObject()=default
virtual GEOTYPE getGeoType() const =0
return a geometry type