PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
#include "lwgeom_remove_irrelevant_points_for_view.h"
Go to the source code of this file.
Functions | |
int | encodeToBits (double value, double min, double max) |
int | encodeToBitsStraight (double xa, double ya, double xb, double yb, double xmin, double ymin, double xmax, double ymax, int straightPosition) |
void | removePoints (POINTARRAY *points, GBOX *bounds, bool closed, bool cartesian_hint) |
void | lwgeom_remove_irrelevant_points_for_view (LWGEOM *geom, GBOX *bbox, bool cartesian_hint) |
remove points that are irrelevant for rendering the geometry within a view specified by rectangular bounds. More... | |