Beispiel #1
0
 public bool IsOrthogonal(Raster otherRaster)
 {
     return(Extent.IsOrthogonal(otherRaster.Extent));
 }