MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetGeoTransform

Method GetGeoTransform

swig/java/javadoc.java:1840–1853  ·  view source on GitHub ↗
(double[] geoTransformArray)

Source from the content-addressed store, hash-verified

1838 * @see gdal#InvGeoTransform(double[] gt_in)
1839 */
1840public class Dataset:public void GetGeoTransform(double[] geoTransformArray)
1841
1842
1843/**
1844 * Fetch the affine transformation coefficients.
1845 * <p>
1846 * Same as below, except the geotransform array is returned by the method
1847 *
1848 * @see #GetGeoTransform(double[] geoTransformArray)
1849 *
1850 *
1851 * @see gdal#ApplyGeoTransform(double[] padfGeoTransform, double dfPixel, double dfLine, double[] pdfGeoX, double[] pdfGeoY)
1852 * @see gdal#InvGeoTransform(double[] gt_in)
1853 */
1854public class Dataset:public double[] GetGeoTransform()
1855
1856/**

Callers 15

gdal_proximityFunction · 0.45
CalcFunction · 0.45
gdal2xyzFunction · 0.45
__init__Method · 0.45
getDataSetMethod · 0.45
getTileIndexFromFilesFunction · 0.45
rgb2pctFunction · 0.45
init_from_nameMethod · 0.45
copy_intoMethod · 0.45
gdal_fillnodataFunction · 0.45
gdal_sieveFunction · 0.45
pct2rgbFunction · 0.45

Calls

no outgoing calls

Tested by 1

openFileMethod · 0.36