20 #ifndef GEOS_ALGORITHM_BOUNDARYNODERULE_H
21 #define GEOS_ALGORITHM_BOUNDARYNODERULE_H
23 #include <geos/export.h>
68 virtual bool isInBoundary(
int boundaryCount)
const=0;
112 #endif // GEOS_ALGORITHM_BOUNDARYNODERULE_H
static const BoundaryNodeRule & ENDPOINT_BOUNDARY_RULE
The Endpoint Boundary Node Rule.
Definition: BoundaryNodeRule.h:83
static const BoundaryNodeRule & MOD2_BOUNDARY_RULE
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
Definition: BoundaryNodeRule.h:76
static const BoundaryNodeRule & MULTIVALENT_ENDPOINT_BOUNDARY_RULE
The MultiValent Endpoint Boundary Node Rule.
Definition: BoundaryNodeRule.h:90
Definition: BoundaryNodeRule.h:51
static const BoundaryNodeRule & OGC_SFS_BOUNDARY_RULE
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the M...
Definition: BoundaryNodeRule.h:105
static const BoundaryNodeRule & MONOVALENT_ENDPOINT_BOUNDARY_RULE
The Monovalent Endpoint Boundary Node Rule.
Definition: BoundaryNodeRule.h:97