|
NebulaGraph CPP Client
release-3.4
|
Public Member Functions | |
| LineString (const std::vector< Coordinate > &v) | |
| LineString (std::vector< Coordinate > &&v) | |
| uint32_t | numCoord () const |
| void | clear () |
| void | __clear () |
| bool | operator== (const LineString &rhs) const |
| bool | operator< (const LineString &rhs) const |
Public Attributes | |
| std::vector< Coordinate > | coordList |
Definition at line 95 of file Geography.h.