16#ifndef _SHAPEREADER_SHP_POINT_H
17#define _SHAPEREADER_SHP_POINT_H
46extern int shp_point_in_bounding_box(
const shp_point_t *point,
double x_min,
47 double y_min,
double x_max,
Point.
Definition shp-point.h:24
double x
X coordinate.
Definition shp-point.h:25
double y
Y coordinate.
Definition shp-point.h:26