Namespace NetTopologySuite.Densify
Classes to perform densification on geometries.
Classes
Densifier
Densifies a geometry by inserting extra vertices along the line segments contained in the geometry. All segments in the created densified geometry will be no longer than the given distance tolerance (that is, all segments in the output will have length less than or equal to the distance tolerance).