19#ifndef GEOS_ALGORITHM_BOUNDARYNODERULE_H
20#define GEOS_ALGORITHM_BOUNDARYNODERULE_H
22#include <geos/export.h>
Definition BoundaryNodeRule.h:50
static const BoundaryNodeRule & getBoundaryEndPoint()
The Endpoint Boundary Node Rule.
static const BoundaryNodeRule & getBoundaryMultivalentEndPoint()
The MultiValent Endpoint Boundary Node Rule.
static const BoundaryNodeRule & getBoundaryMonovalentEndPoint()
The Monovalent Endpoint Boundary Node Rule.
virtual bool isInBoundary(int boundaryCount) const =0
static const BoundaryNodeRule & getBoundaryOGCSFS()
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the M...
static const BoundaryNodeRule & getBoundaryRuleMod2()
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25