Beispiel #1
0
 public virtual SpatialRelation Relate(IShape other)
 {
     return(segments.Relate(other));
 }