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