Пример #1
0
 public Segment FindLargestSegmentBelow(ISpatiallyComparable x)
 {
     return((Segment)segBundle.LargestBelow(x));
 }