NebulaGraph CPP Client  release-3.4
LineString Struct Reference

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< CoordinatecoordList
 

Detailed Description

Definition at line 95 of file Geography.h.


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