NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Package NetTopologySuite.Operation

Namespaces

package  Buffer
 
package  Distance
 
package  Distance3D
 
package  Linemerge
 
package  Overlay
 
package  Polygonize
 
package  Predicate
 
package  Relate
 
package  Union
 
package  Valid
 

Classes

class  BoundaryOp
 Computes the boundary of a IGeometry. Allows specifying the IBoundaryNodeRule to be used. This operation will always return a IGeometry 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 IGeometryCollection. /summary> <author>Martin Davis</author> More...
 
class  Counter
 Stores an integer count, for use as a Map entry. /summary> <author>Martin Davis</author> More...
 
class  GeometryGraphOperation
 The base class for operations that require GeometryGraphs. More...
 
class  IsSimpleOp
 Tests whether a IGeometry 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.
More...