Exemplo n.º 1
0
 public BoundingBox Transform(string fromCRS, string toCRS, BoundingBox boundingBox)
 {
     Transform(boundingBox.AllVertices(), _toLatLon[fromCRS]);
     Transform(boundingBox.AllVertices(), _fromLatLon[toCRS]);
     return(boundingBox); // this method not have a return value
 }
Exemplo n.º 2
0
 public BoundingBox Transform(string fromCRS, string toCRS, BoundingBox boundingBox)
 {
     Transform(boundingBox.AllVertices(), _toLatLon[fromCRS]);
     Transform(boundingBox.AllVertices(), _fromLatLon[toCRS]);
     return boundingBox; // this method not have a return value
 }