Was this page helpful?
Public Functions
Creates a new line string.
See also
Returns a line string that must be freed.
Frees a line string instance.
line_string – [in]
Resets a line string so that it can be reused.
line_string – [in]
Reserves enough memory to contain the provided number of points. This can be use to reduce memory allocations, but it is not required.
line_string – [in]
num_points – [in]
Adds a point to the line string.
line_string – [in]
x – [in]
y – [in]
CASS_OK if successful, otherwise an error occurred.
Finishes the contruction of a line string.
line_string – [in]
CASS_OK if successful, otherwise an error occurred.
Was this page helpful?