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

Method GetProjectionRef

swig/java/javadoc.java:1792–1806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1790 * @see <a href="https://gdal.org/tutorials/osr_api_tut.html">OSR tutorial</a>
1791 */
1792public 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 */
1807public class Dataset:public int SetProjection(String projection)
1808
1809

Callers 15

gdal_proximityFunction · 0.45
moveFunction · 0.45
mainFunction · 0.45
check_oi_rg_consistencyFunction · 0.45
extract_tileFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
MainMethod · 0.45
MainMethod · 0.45
MainMethod · 0.45
MainMethod · 0.45

Calls

no outgoing calls

Tested by 1

openFileMethod · 0.36