|
CartoType API
|
Public Types | |
| enum | TEllipsoidCode { EWgs84, EWgs72, EWgs66 } |
Public Member Functions | |
| TUtmEllipsoidalParam () | |
| TResult | Read (TDataInputStream &aInput) |
Public Attributes | |
| int32 | iZone |
| bool | iNorth |
| TEllipsoidCode | iEllipsoidCode |
| CartoType::TUtmEllipsoidalParam::TUtmEllipsoidalParam | ( | ) | [inline] |
Construct the parameters using the WGS-84 ellipsoid by default, and set the scale to convert 65536ths of degrees to metres.
| TEllipsoidCode CartoType::TUtmEllipsoidalParam::iEllipsoidCode |
A code indicating the ellipsoid to be used.
True if in the northern hemisphere.
The UTM longitude zone.
1.7.5.1