Namespace NetTopologySuite.Operation
Provides classes for implementing operations on geometries
Classes
BoundaryOp
Computes the boundary of a Geometry. Allows specifying the IBoundaryNodeRule to be used. This operation will always return a Geometry of the appropriate dimension for the boundary (even if the input geometry is empty). The boundary of zero-dimensional geometries (Points) is always the empty GeometryCollection.
GeometryGraphOperation
The base class for operations that require GeometryGraphs.
IsSimpleOp
Tests whether a Geometry is simple. In general, the SFS specification of simplicity follows the rule:
- A Geometry is simple if and only if the only self-intersections are at boundary points.