WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
AreaDir.h
1
#ifndef _WINC_AREADIR
2
#define _WINC_AREADIR
3
4
namespace
WXP
{
5
struct
AreaDir
{
6
unsigned
int
status;
/* 0 */
7
unsigned
int
type;
/* 1 */
8
unsigned
int
satid;
/* 2 */
9
unsigned
int
ndate;
/* 3 - YYDDD */
10
unsigned
int
ntime;
/* 4 - HHMMSS */
11
int
lcor;
/* 5 */
12
int
ecor;
/* 6 */
13
int
zcor;
/* 7 */
14
unsigned
int
lsiz;
/* 8 */
15
unsigned
int
esiz;
/* 9 */
16
unsigned
int
zsiz;
/* 10 */
17
unsigned
int
lres;
/* 11 */
18
unsigned
int
eres;
/* 12 */
19
unsigned
int
bands;
/* 13 */
20
unsigned
int
yzprefix;
/* 14 */
21
unsigned
int
projnum;
/* 15 */
22
unsigned
int
cdate;
/* 16 */
23
unsigned
int
ctime;
/* 17 */
24
unsigned
int
filtmap;
/* 18 */
25
unsigned
int
imageid;
/* 19 */
26
unsigned
int
resvid[4];
/* 20 */
27
char
comments[32];
/* 24 */
28
unsigned
int
calkey;
/* 32 */
29
unsigned
int
navkey;
/* 33 */
30
unsigned
int
navkey2;
/* 34 */
31
unsigned
int
lprefix;
/* 35 */
32
unsigned
int
pdl[8];
/* 36 */
33
unsigned
int
band8;
/* 44 */
34
unsigned
int
idate;
/* 45 */
35
unsigned
int
itime;
/* 46 */
36
unsigned
int
startscan;
/* 47 */
37
unsigned
int
doclen;
/* 48 */
38
unsigned
int
callen;
/* 49 */
39
unsigned
int
levlen;
/* 50 */
40
char
stype[4];
/* 51 */
41
char
ctype[4];
/* 52 */
42
unsigned
int
reserved[11];
/* 53 */
43
44
AreaDir
();
45
int
init
();
46
int
print
();
47
};
48
}
49
#endif
50
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
WXP::AreaDir
This struct stores AREA file parameters.
Definition
AreaDir.h:5
WXP::AreaDir::init
int init()
Definition
AreaDir.cc:26
WXP::AreaDir::print
int print()
Definition
AreaDir.cc:73
WXP::AreaDir::AreaDir
AreaDir()
Definition
AreaDir.cc:19
Generated on Sun Jul 28 2024 18:05:35 for WXP C++ Library by
1.9.7