NebulaGraph CPP Client  release-3.4
Geography Struct Reference

Public Member Functions

 Geography (const Point &v)
 
 Geography (Point &&v)
 
 Geography (const LineString &v)
 
 Geography (LineString &&v)
 
 Geography (const Polygon &v)
 
 Geography (Polygon &&v)
 
GeoShape shape () const
 
const Pointpoint () const
 
const LineStringlineString () const
 
const Polygonpolygon () const
 
PointmutablePoint ()
 
LineStringmutableLineString ()
 
PolygonmutablePolygon ()
 
std::string asWKT () const
 
std::string asWKB () const
 
std::string toString () const
 
void clear ()
 
void __clear ()
 
bool operator== (const Geography &rhs) const
 
bool operator< (const Geography &rhs) const
 

Public Attributes

std::variant< Point, LineString, Polygongeo_
 

Detailed Description

Definition at line 147 of file Geography.h.


The documentation for this struct was generated from the following file: