19 #ifndef GEOS_ALGORITHM_BOUNDARYNODERULE_H
20 #define GEOS_ALGORITHM_BOUNDARYNODERULE_H
22 #include <geos/export.h>
69 virtual bool isInBoundary(
int boundaryCount)
const = 0;
144 #endif // GEOS_ALGORITHM_BOUNDARYNODERULE_H
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:51