#include <BoundaryNodeRule.h>
Public Member Functions | |
virtual bool | isInBoundary (int boundaryCount) const =0 |
Static Public Attributes | |
const BoundaryNodeRule & | MOD2_BOUNDARY_RULE |
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS). | |
const BoundaryNodeRule & | ENDPOINT_BOUNDARY_RULE |
The Endpoint Boundary Node Rule. | |
const BoundaryNodeRule & | MULTIVALENT_ENDPOINT_BOUNDARY_RULE |
The MultiValent Endpoint Boundary Node Rule. | |
const BoundaryNodeRule & | MONOVALENT_ENDPOINT_BOUNDARY_RULE |
The Monovalent Endpoint Boundary Node Rule. | |
const BoundaryNodeRule & | OGC_SFS_BOUNDARY_RULE |
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule. |
|
Tests whether a point that lies in
|
|
The Endpoint Boundary Node Rule.
|
|
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
|
|
The Monovalent Endpoint Boundary Node Rule.
|
|
The MultiValent Endpoint Boundary Node Rule.
|
|
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.
|