()
| 1774 | * @see <a href="https://gdal.org/tutorials/osr_api_tut.html">OSR tutorial</a> |
| 1775 | */ |
| 1776 | public class Dataset:public String GetProjection() |
| 1777 | |
| 1778 | /** |
| 1779 | * Fetch the projection definition string for this dataset. |
| 1780 | * <p> |
| 1781 | * The returned string defines the projection coordinate system of the |
| 1782 | * image in OpenGIS WKT format. It should be suitable for use with the |
| 1783 | * OGRSpatialReference class. |
| 1784 | * <p> |
| 1785 | * When a projection definition is not available an empty (but not null) |
| 1786 | * string is returned. |
| 1787 | * |
| 1788 | * @return the projection string. |
| 1789 | * |
| 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 |
no outgoing calls