Opened 13 years ago
Closed 13 years ago
#106 closed defect (fixed)
pathName element in cs_Dtcprm_ structure is not being set
Reported by: | Norm Olsen | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | minor | Milestone: | 3.0 |
Component: | Library | Version: | svn-trunk |
Keywords: | Path | Cc: |
Description
The 'pathName' element of the cs_Dtcprm_ structure is not being set. The returned value is always the null string. This value should be updated to include the name of the Geodetic Path which was used to build the bridge from source to target datums, if such bridge was defined by a path extracted from the Geodetic Path dictionary. If the bridge is built automatically by CS_MAP, the null string should be returned.
Note:
See TracTickets
for help on using tickets.
The name only needs to be set in the phase one bridge building function. However, to provide access to the appropriate cs_Dtcprm_ element and keep the calling sequence to the various phases consistent, we added that parameter to all four of the bridge building phase functions. The path name element is the null string whenever the bridge building process is accomplished using a technique other than an explcitily referenced geodetic path.
This submission produced revision 2086.