OGS
GeoType.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 <string>
7
8
namespace
GeoLib
9
{
10
11
enum class
GEOTYPE
12
{
13
POINT
,
14
POLYLINE
,
15
SURFACE
16
};
17
18
std::string
convertGeoTypeToString
(
GEOTYPE
geo_type);
19
20
}
// end namespace GeoLib
GeoLib
Definition
ProjectData.h:25
GeoLib::convertGeoTypeToString
std::string convertGeoTypeToString(GEOTYPE geo_type)
Definition
GeoType.cpp:12
GeoLib::GEOTYPE
GEOTYPE
Definition
GeoType.h:12
GeoLib::GEOTYPE::SURFACE
@ SURFACE
Definition
GeoType.h:15
GeoLib::GEOTYPE::POINT
@ POINT
Definition
GeoType.h:13
GeoLib::GEOTYPE::POLYLINE
@ POLYLINE
Definition
GeoType.h:14
GeoLib
GeoType.h
Generated by
1.14.0