OGS
GeoType.h
Go to the documentation of this file.
1
15
#pragma once
16
17
#include <string>
18
19
namespace
GeoLib
20
{
21
22
enum class
GEOTYPE
23
{
24
POINT
,
25
POLYLINE
,
26
SURFACE
27
};
28
29
std::string
convertGeoTypeToString
(
GEOTYPE
geo_type);
30
31
}
// end namespace GeoLib
GeoLib
Definition
ProjectData.h:36
GeoLib::convertGeoTypeToString
std::string convertGeoTypeToString(GEOTYPE geo_type)
Definition
GeoType.cpp:23
GeoLib::GEOTYPE
GEOTYPE
Definition
GeoType.h:23
GeoLib::GEOTYPE::SURFACE
@ SURFACE
GeoLib::GEOTYPE::POINT
@ POINT
GeoLib::GEOTYPE::POLYLINE
@ POLYLINE
GeoLib
GeoType.h
Generated by
1.12.0