|
GEOS
3.10.1
|
#include <PrecisionUtil.h>
Public Member Functions | |
| void | filter_ro (const geom::Coordinate *coord) override |
Performs an operation with coord. More... | |
| double | getScale () const |
Public Member Functions inherited from geos::geom::CoordinateFilter | |
| virtual void | filter_rw (Coordinate *) const |
Performs an operation on coord. More... | |
Applies the inherent scale calculation to every ordinate in a geometry.
|
inlineoverridevirtual |
Performs an operation with coord.
param coord a Coordinate to which the filter is applied.
Reimplemented from geos::geom::CoordinateFilter.
References geos::geom::Coordinate::x, and geos::geom::Coordinate::y.