NetTopologySuite
|
Models a constraint segment which can be split in two in various ways, according to certain geometric constraints. More...
Public Member Functions | |
SplitSegment (LineSegment seg) | |
void | SplitAt (double length, Coordinate endPt) |
void | SplitAt (Coordinate pt) |
Properties | |
double | MinimumLength [get, set] |
Coordinate | SplitPoint [get] |
Models a constraint segment which can be split in two in various ways, according to certain geometric constraints.
<author>Martin Davis</author>