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