struct DseLineString
Functions
DseLineString *
dse_line_string_new
( )Creates a new line string.
Frees a line string instance.
Resets a line string so that it can be reused.
Reserves enough memory to contain the provided number of points. This can be use to reduce memory allocations, but it is not required.
CassError
dse_line_string_add_point
(DseLineString *
line_string, cass_double_t
x, cass_double_t
y )
Adds a point to the line string.
Finishes the contruction of a line string.