(double[] geoTransformArray)
| 1868 | * @see #GetGeoTransform(double[] geoTransformArray) |
| 1869 | */ |
| 1870 | public 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 | */ |
| 1884 | public class Dataset:public java.util.Vector GetFileList() |
| 1885 | |
| 1886 | /** |
no outgoing calls