double * coordinates_x
The x coordinate values.
Definition: GeometryList.hpp:45
double * values
The values at the point.
Definition: GeometryList.hpp:51
A struct used to describe a list of geometries in a C-compatible manner.
Definition: GeometryList.hpp:33
double * coordinates_y
The y coordinate values.
Definition: GeometryList.hpp:48
int num_coordinates
The number of coordinate values present.
Definition: GeometryList.hpp:42
double inner_outer_separator
The value used to separate the inner part of a polygon from its outer part.
Definition: GeometryList.hpp:39
Contains all structs and functions exposed at the API level.
Definition: BoundingBox.hpp:32
double geometry_separator
The value used as separator in coordinates_x, coordinates_y and values.
Definition: GeometryList.hpp:36