|
SRM Reference Manual
Types SRM_LT_Parameters |
|---|
/*! * STRUCT: SRM_LT_Parameters * * Local Tangent (LT) Parameters are used as a means of * specifying the LT spatial coordinate systems */
| typedef | struct | |
| { | ||
| SRM_Long_Float | geodetic_longitude; | |
| SRM_Long_Float | geodetic_latitude; | |
| SRM_Long_Float | azimuth; | |
| SRM_Long_Float | height_offset; |
|