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

Method SetGeoTransform

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

Source from the content-addressed store, hash-verified

1868 * @see #GetGeoTransform(double[] geoTransformArray)
1869 */
1870public class Dataset:public int SetGeoTransform(double[] geoTransformArray)
1871
1872/**
1873 * Fetch files forming dataset.
1874 * <p>
1875 * Returns a list of files believed to be part of this dataset. If it returns
1876 * an empty list of files it means there is believed to be no local file
1877 * system files associated with the dataset (for instance a virtual dataset).
1878 * <p>
1879 * The returned filenames will normally be relative or absolute paths
1880 * depending on the path used to originally open the dataset.
1881 *
1882 * @return null or a vector of strings of file names.
1883 */
1884public class Dataset:public java.util.Vector GetFileList()
1885
1886/**

Callers 15

gdal_proximityFunction · 0.45
CalcFunction · 0.45
getDataSetMethod · 0.45
createPyramidTileFunction · 0.45
createTileFunction · 0.45
rgb2pctFunction · 0.45
_gdal_mergeFunction · 0.45
gdal_fillnodataFunction · 0.45
gdal_sieveFunction · 0.45
pct2rgbFunction · 0.45
scale_query_to_tileFunction · 0.45
remove_alpha_bandFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestUnicodeVrtFilesMethod · 0.36