GEOS 3.11.1
Public Member Functions | List of all members
geos::operation::overlayng::PrecisionUtil::InherentScaleFilter Class Reference

#include <PrecisionUtil.h>

Inheritance diagram for geos::operation::overlayng::PrecisionUtil::InherentScaleFilter:
geos::geom::CoordinateFilter

Public Member Functions

void filter_ro (const geom::Coordinate *coord) override
 Performs an operation with coord.
 
double getScale () const
 
- Public Member Functions inherited from geos::geom::CoordinateFilter
virtual void filter_rw (Coordinate *) const
 Performs an operation on coord.
 
virtual void filter_ro (const Coordinate *)
 Performs an operation with coord.
 

Detailed Description

Applies the inherent scale calculation to every ordinate in a geometry.

Member Function Documentation

◆ filter_ro()

void geos::operation::overlayng::PrecisionUtil::InherentScaleFilter::filter_ro ( const geom::Coordinate )
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.


The documentation for this class was generated from the following file: