
GeoB
ASIC
Reference Manual
5.Standard Functions
5-38 TPS1100-Version
1.30
Return Codes
RC_OK
successful calculation of azimuth
and distance
GM_IDENTICAL_POINTS
Station- and target-point are
identical, calculation not
possible. The recovered values
are not defined.
Example
Calculate the distance of a target from a station according to given
StationPt
and
TargetPt
.
DIM StationPt AS GM_Point_Type
DIM TargetPt
AS GM_Point_Type
DIM dAzi
AS Double
DIM dDist
AS Double
DIM dStdvAzi
AS Double
DIM dStdvDist AS Double
'initialize StationPt and TargetPt
StationPt.dN
= 3.0
StationPt.dE
= 0.0
StationPt.dHeight = 0.0
TargetPt.dN
= 0.0
TargetPt.dE
= 5.0
TargetPt.dHeight
= 0.0
'in GM_QXX_MATRIX set all values to 0.0 (for
'
StationPt and TargetPt)
GM_CalcAziAndDist( StationPt, TargetPt,
dAzi, dDist,
dStdvAzi, dStdvDist)
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...