geos::algorithm::BoundaryNodeRule Class Reference

#include <BoundaryNodeRule.h>

List of all members.

Public Member Functions

virtual bool isInBoundary (int boundaryCount) const =0

Static Public Member Functions

static const BoundaryNodeRulegetBoundaryRuleMod2 ()
 The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
static const BoundaryNodeRulegetBoundaryEndPoint ()
 The Endpoint Boundary Node Rule.
static const BoundaryNodeRulegetBoundaryMultivalentEndPoint ()
 The MultiValent Endpoint Boundary Node Rule.
static const BoundaryNodeRulegetBoundaryMonovalentEndPoint ()
 The Monovalent Endpoint Boundary Node Rule.
static const BoundaryNodeRulegetBoundaryOGCSFS ()
 The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.


Detailed Description

An interface for rules which determine whether node points which are in boundaries of Lineal geometry components are in the boundary of the parent geometry collection. The SFS specifies a single kind of boundary node rule, the Mod2BoundaryNodeRule rule. However, other kinds of Boundary Node Rules are appropriate in specific situations (for instance, linear network topology usually follows the EndPointBoundaryNodeRule.) Some JTS operations allow the BoundaryNodeRule to be specified, and respect this rule when computing the results of the operation.

Author:
Martin Davis
Version:
1.7
See also:
operation::relate::RelateOp

operation::IsSimpleOp

algorithm::PointLocator


Member Function Documentation

static const BoundaryNodeRule& geos::algorithm::BoundaryNodeRule::getBoundaryEndPoint (  )  [static]

The Endpoint Boundary Node Rule.

See also:
EndPointBoundaryNodeRule

static const BoundaryNodeRule& geos::algorithm::BoundaryNodeRule::getBoundaryMonovalentEndPoint (  )  [static]

The Monovalent Endpoint Boundary Node Rule.

See also:
MonoValentEndPointBoundaryNodeRule

static const BoundaryNodeRule& geos::algorithm::BoundaryNodeRule::getBoundaryMultivalentEndPoint (  )  [static]

The MultiValent Endpoint Boundary Node Rule.

See also:
MultiValentEndPointBoundaryNodeRule

static const BoundaryNodeRule& geos::algorithm::BoundaryNodeRule::getBoundaryOGCSFS (  )  [static]

The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.

See also:
Mod2BoundaryNodeRule

static const BoundaryNodeRule& geos::algorithm::BoundaryNodeRule::getBoundaryRuleMod2 (  )  [static]

The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).

See also:
Mod2BoundaryNodeRule

virtual bool geos::algorithm::BoundaryNodeRule::isInBoundary ( int  boundaryCount  )  const [pure virtual]

Tests whether a point that lies in boundaryCount geometry component boundaries is considered to form part of the boundary of the parent geometry.

Parameters:
boundaryCount the number of component boundaries that this point occurs in
Returns:
true if points in this number of boundaries lie in the parent boundary


The documentation for this class was generated from the following file:
Generated on 10 Sep 2013 for GEOS by  doxygen 1.4.7