pe_adjhcs_new

Creates an adjusted horizontal coordinate system

Usage syntax

PE_ADJHCS pe_adjhcs_new (const char *name, PE_COORDSYS cs, PE_HTMETHOD htmethod, PE_ARRAY array, PE_UNIT unit);

Parameters
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
Description

This function creates the adjusted horizontal coordinate system object.

Returns

On success, the new adjusted horizontal coordinate system object with the attributes equal to the corresponding arguments; on failure, a null pointer

Examples

PE_ADJHCS acs = pe_adjhcs_new("Adjusted_cs",gcs,ht,array1,ft);