Supported ENVISAT Products

ENVISAT Data Types

The following table shows how the data types used in ENVISAT products correspond to primitive data types in the Java and C programming languages.

ENVISAT Product
Data Type
Corresponding
Java Type
Corresponding
C Type
SChar byte char
UChar (unsigned) byte unsigned char
SShort short short
UShort (unsigned) short unsigned short
SLong int long
ULong (unsigned) int unsigned long
Float float float
Double double double
String String char *
Spare byte char
MJD int[3]:
0=days,1=seconds,2=microseconds
long[3]:
0=days,1=seconds,2=microseconds