Home
last modified time | relevance | path

Searched refs:GDALInfoGetPosition (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALInfo.cs163 Console.WriteLine(" Upper Left (" + GDALInfoGetPosition( ds, 0.0, 0.0) + ")"); in Main()
164 … Console.WriteLine(" Lower Left (" + GDALInfoGetPosition( ds, 0.0, ds.RasterYSize) + ")"); in Main()
165 … Console.WriteLine(" Upper Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, 0.0) + ")"); in Main()
166 …Console.WriteLine(" Lower Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, ds.RasterYSize) + "… in Main()
167 …Console.WriteLine(" Center (" + GDALInfoGetPosition( ds, ds.RasterXSize / 2, ds.RasterYSize / 2) … in Main()
271 private static string GDALInfoGetPosition(Dataset ds, double x, double y) in GDALInfoGetPosition() method in GDALInfo
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALInfo.cs163 Console.WriteLine(" Upper Left (" + GDALInfoGetPosition( ds, 0.0, 0.0) + ")"); in Main()
164 … Console.WriteLine(" Lower Left (" + GDALInfoGetPosition( ds, 0.0, ds.RasterYSize) + ")"); in Main()
165 … Console.WriteLine(" Upper Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, 0.0) + ")"); in Main()
166 …Console.WriteLine(" Lower Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, ds.RasterYSize) + "… in Main()
167 …Console.WriteLine(" Center (" + GDALInfoGetPosition( ds, ds.RasterXSize / 2, ds.RasterYSize / 2) … in Main()
271 private static string GDALInfoGetPosition(Dataset ds, double x, double y) in GDALInfoGetPosition() method in GDALInfo
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALInfo.cs163 Console.WriteLine(" Upper Left (" + GDALInfoGetPosition( ds, 0.0, 0.0) + ")"); in Main()
164 … Console.WriteLine(" Lower Left (" + GDALInfoGetPosition( ds, 0.0, ds.RasterYSize) + ")"); in Main()
165 … Console.WriteLine(" Upper Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, 0.0) + ")"); in Main()
166 …Console.WriteLine(" Lower Right (" + GDALInfoGetPosition( ds, ds.RasterXSize, ds.RasterYSize) + "… in Main()
167 …Console.WriteLine(" Center (" + GDALInfoGetPosition( ds, ds.RasterXSize / 2, ds.RasterYSize / 2) … in Main()
271 private static string GDALInfoGetPosition(Dataset ds, double x, double y) in GDALInfoGetPosition() method in GDALInfo