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