()
| 1790 | * @see <a href="https://gdal.org/tutorials/osr_api_tut.html">OSR tutorial</a> |
| 1791 | */ |
| 1792 | public class Dataset:public String GetProjectionRef() |
| 1793 | |
| 1794 | |
| 1795 | /** |
| 1796 | * Set the projection reference string for this dataset. |
| 1797 | * <p> |
| 1798 | * The string should be in OGC WKT or PROJ.4 format. An error may occur |
| 1799 | * because of incorrectly specified projection strings, because the dataset |
| 1800 | * is not writable, or because the dataset does not support the indicated |
| 1801 | * projection. Many formats do not support writing projections. |
| 1802 | * |
| 1803 | * @param projection projection reference string. |
| 1804 | * |
| 1805 | * @return gdalconst.CE_Failure if an error occurs, otherwise gdalconst.CE_None. |
| 1806 | */ |
| 1807 | public class Dataset:public int SetProjection(String projection) |
| 1808 | |
| 1809 |
no outgoing calls