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

Method GetGCPCount

swig/java/javadoc.java:1891–1899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1889 * @return number of GCPs for this dataset. Zero if there are none.
1890 */
1891public class Dataset:public int GetGCPCount()
1892
1893/**
1894 * Get output projection for GCPs.
1895 * <p>
1896 * The projection string follows the normal rules from <a href="#GetProjectionRef()">GetProjectionRef()</a>.
1897 *
1898 * @return projection string or "" if there are no GCPs.
1899 */
1900public class Dataset:public String GetGCPProjection()
1901
1902/**

Callers 12

rgb2pctFunction · 0.45
pct2rgbFunction · 0.45
setup_input_srsFunction · 0.45
has_georeferenceFunction · 0.45
reproject_datasetFunction · 0.45
open_inputMethod · 0.45
check_oi_rg_consistencyFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
MainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected