pe_verttran_isconstloaded |
Tests if constants are loaded for a vertical transformation
int pe_verttran_isconstloaded (PE_VERTTRAN verttran);
verttran | A vertical transformation object |
Pe_verttran_isconstloaded tests whether the constants are loaded for a vertical transformation. Currently, the file-based vertical transformation methods support the loading of constants.
Returns 1 if constants are loaded; otherwise, returns 0.
test = pe_verttran_isconstloaded(wgs2egm);