public class HdfEos extends Object
from HDF-EOS.status.ppt:
HDF-EOS is format for EOS Standard Products
| Modifier and Type | Field and Description |
|---|---|
static String |
HDF5_GROUP |
static String |
HDFEOS_CRS |
static String |
HDFEOS_CRS_LowerRight |
static String |
HDFEOS_CRS_Projection |
static String |
HDFEOS_CRS_ProjParams |
static String |
HDFEOS_CRS_SphereCode |
static String |
HDFEOS_CRS_UpperLeft |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
amendFromODL(String location,
HdfHeaderIF header,
Group.Builder eosGroup)
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
|
static boolean |
getEosInfo(String location,
HdfHeaderIF header,
Group.Builder eosGroup,
Formatter f) |
public static final String HDF5_GROUP
public static final String HDFEOS_CRS
public static final String HDFEOS_CRS_Projection
public static final String HDFEOS_CRS_UpperLeft
public static final String HDFEOS_CRS_LowerRight
public static final String HDFEOS_CRS_ProjParams
public static final String HDFEOS_CRS_SphereCode
public static boolean amendFromODL(String location, HdfHeaderIF header, Group.Builder eosGroup) throws IOException
eosGroup - the group containing variables named StructMetadata.*IOException - on read errorpublic static boolean getEosInfo(String location, HdfHeaderIF header, Group.Builder eosGroup, Formatter f) throws IOException
IOException