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

Classes

class  ExtractLinestringByMeasure
 
class  IntervalExtensions
 
class  LinestringMeasureFilter
 
class  LineStringSelfIntersections
 Shows a technique for identifying the location of self-intersections in a non-simple LineString. More...
 
class  UnionUsingBuffer
 Shows a technique for using a zero-width buffer to compute unions of geometrys. The advantages of this technique are: Can avoid robustness issues. Faster for large numbers of input geometries. Handles GeometryCollections as input. More...