pe_adjhcs_new |
Creates an adjusted horizontal coordinate system
PE_ADJHCS pe_adjhcs_new (const char *name, PE_COORDSYS cs, PE_HTMETHOD htmethod, PE_ARRAY array, PE_UNIT unit);
name | Name of the adjusted horizontal coordinate system |
cs | Geographic or projected coordinate system upon which the adjusted horizontal coordinate system is based |
htmethod | The htmethod |
array | The array of parameters |
unit | Adjusted horizontal coordinate system units |
This function creates the adjusted horizontal coordinate system object.
On success, the new adjusted horizontal coordinate system object with the attributes equal to the corresponding arguments; on failure, a null pointer
PE_ADJHCS acs = pe_adjhcs_new("Adjusted_cs",gcs,ht,array1,ft);