GADS_IM_Map_Projection_Parameters

binary record "GADS_IM_Map_Projection_Parameters"size: 591
idfield namedefinition
0map_descriptor
ascii stringsize: 32
Map projection descriptorone of:UNIVERSAL_TRANSVERSE_MERCATOR
1samples
binary uint32size: 4
Number of samples per line
2lines
binary uint32size: 4
Number of lines
3sample_spacing
binary floatsize: 4
Nominal inter-sample distance

unit: "m"
4line_spacing
binary floatsize: 4
Nominal inter-line distance

unit: "m"
5orientation
binary floatsize: 4
Output scene centre orientation

unit: "degrees"
6spare_1
binary bytessize: 40
Spare

hidden: true
7heading
binary floatsize: 4
Platform heading, degrees

unit: "degrees"
8ellipsoid_name
ascii stringsize: 32
Reference ellipsoid name
9semi_major
binary floatsize: 4
Ellipsoid semi-major axis, metres

unit: "m"
10semi_minor
binary floatsize: 4
Ellipsoid semi-minor axis, metres

unit: "m"
11shift_dx
binary floatsize: 4
Datum shift parameter referenced to Greenwich: dx (metres)

unit: "m"
12shift_dy
binary floatsize: 4
Datum shift parameter perpendicular to Greenwich: dy (metres)

unit: "m"
13shift_dz
binary floatsize: 4
Datum shift parameter direction of the rotation axis: dz (metres)

unit: "m"
14avg_height
binary floatsize: 4
average scene height above ellipsoid used for geocoding
15spare_2
binary bytessize: 12
Spare

hidden: true
16projection_description
ascii stringsize: 32
Map projection alphanumeric description
17utm_descriptor
ascii stringsize: 32
UTM descriptorUNIVERSAL_TRANSVERSE_MERCATOR
18utm_zone
ascii stringsize: 4
UTM zone signature
19utm_origin_easting
binary floatsize: 4
Map origin, false easting

unit: "m"
20utm_origin_northing
binary floatsize: 4
Map origin, false northing

unit: "m"
21utm_center_long
binary int32size: 4
Projection centre longitude, deg

unit: "1e-6 degrees_east"
22utm_center_lat
binary int32size: 4
Projection centre latitude, deg

unit: "1e-6 degrees_north"
23utm_para1
binary floatsize: 4
1st standard parallel, deg

unit: "degrees"
24utm_para2
binary floatsize: 4
2nd standard parallel, deg

unit: "degrees"
25utm_scale
binary floatsize: 4
Scale factor
26ups_descriptor
ascii stringsize: 32
UPS descriptor
27ups_center_long
binary int32size: 4
Projection centre longitude, deg

unit: "1e-6 degrees_east"
28ups_center_lat
binary int32size: 4
Projection centre latitude, deg

unit: "1e-6 degrees_north"
29ups_scale
binary floatsize: 4
Scale factor
30nsp_descriptor
ascii stringsize: 32
nsp descriptor
31origin_easting
binary floatsize: 4
Map origin, false easting

unit: "m"
32origin_northing
binary floatsize: 4
Map origin, false northing

unit: "m"
33center_long
binary int32size: 4
Projection centre longitude, deg

unit: "1e-6 degrees_east"
34center_lat
binary int32size: 4
Projection centre latitude, deg

unit: "1e-6 degrees_north"
35standard_parallel_parameters
binary recordsize: 16
idfield namedefinition
0para1
binary floatsize: 4
Standard parallel1, deg

unit: "degrees"
1para2
binary floatsize: 4
Standard parallel2, deg

unit: "degrees"
2spare
binary bytessize: 8
Spare

hidden: true
36central_meridian_parameters
binary recordsize: 12
idfield namedefinition
0central_m1
binary floatsize: 4
Central meridian1, deg

unit: "degrees"
1spare
binary bytessize: 8
Spare

hidden: true
37projection_parameters
binary recordsize: 16
idfield namedefinition
0central_m1
binary floatsize: 4
Projection dependent1

unit: "degrees"
1spare
binary bytessize: 12
Spare

hidden: true
38position_northings_eastings
binary recordsize: 32
idfield namedefinition
0tl_northing
binary floatsize: 4
Top left corner northing, meters;

unit: "m"
1tl_easting
binary floatsize: 4
Top left corner easting, meters;

unit: "m"
2tr_northing
binary floatsize: 4
Top right corner northing, meters;

unit: "m"
3tr_easting
binary floatsize: 4
Top right corner easting, meters;

unit: "m"
4br_northing
binary floatsize: 4
Bottom right corner northing, meters;

unit: "m"
5br_easting
binary floatsize: 4
Bottom right corner easting, meters;

unit: "m"
6bl_northing
binary floatsize: 4
Bottom left corner northing, meters;

unit: "m"
7bl_easting
binary floatsize: 4
Bottom left corner easting, meters;

unit: "m"
39position_lat_long
binary recordsize: 32
idfield namedefinition
0tl_lat
binary int32size: 4
Top left corner latitude,

unit: "1e-6 degrees_north"
1tl_long
binary int32size: 4
Top left corner longitude,

unit: "1e-6 degrees_east"
2tr_lat
binary int32size: 4
Top right corner latitude,

unit: "1e-6 degrees_north"
3tr_long
binary int32size: 4
Top right corner longitude,

unit: "1e-6 degrees_east"
4br_lat
binary int32size: 4
Bottom right corner latitude

unit: "1e-6 degrees_north"
5br_long
binary int32size: 4
Bottom right corner longitude,

unit: "1e-6 degrees_east"
6bl_lat
binary int32size: 4
Bottom left corner latitude,

unit: "1e-6 degrees_north"
7bl_long
binary int32size: 4
Bottom left corner longitude,

unit: "1e-6 degrees_east"
40spare_7
binary bytessize: 32
Spare

hidden: true
41image_to_map_coefs
binary array[8]size: 32
8 coefficients to convert a line(L) and sample (S) position to the map projection frame of reference, say (E,N)E = A11 + A12*L + A13 *S + A14 *L*SN = A21 + A22*L + A23 *S + A24 *L*S
binary floatsize: 4
42map_to_image_coefs
binary array[8]size: 32
8 coefficients to convert from the map projection (E,N) to line (L) and sample(S) position in the imageL = B11 + B12*E + B13 *N + B14 *E*NS = B21 + B22*E + B23 *N + B24 *E*N
binary floatsize: 4
43spare_8
binary bytessize: 35
Spare

hidden: true