()
| 1889 | * @return number of GCPs for this dataset. Zero if there are none. |
| 1890 | */ |
| 1891 | public 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 | */ |
| 1900 | public class Dataset:public String GetGCPProjection() |
| 1901 | |
| 1902 | /** |
no outgoing calls
no test coverage detected