Ejemplo n.º 1
0
 public GeometryRelation Compare(IGeometry geometry)
 {
     return(Geometry.Compare(geometry.import()).export());
 }