@Immutable
public class Grib2SectionIdentification
extends java.lang.Object
Constructor and Description |
---|
Grib2SectionIdentification(int center_id,
int subcenter_id,
int master_table_version,
int local_table_version,
int significanceOfRT,
int year,
int month,
int day,
int hour,
int minute,
int second,
int productionStatus,
int processedDataType) |
Grib2SectionIdentification(RandomAccessFile raf)
Read Grib2SectionIndicator from raf.
|
Modifier and Type | Method and Description |
---|---|
int |
getCenter_id()
Identification of center (Common Code Table C-11)
|
int |
getDay() |
int |
getHour() |
int |
getLocal_table_version()
local table version number (code table 1.1)
|
int |
getMaster_table_version()
Parameter Table Version number (code table 1.0)
|
int |
getMinute() |
int |
getMonth() |
int |
getProductionStatus()
production Status (code table 1.3)
|
CalendarDate |
getReferenceDate()
reference reference or base time as Dare.
|
int |
getSecond() |
int |
getSignificanceOfRT()
Significance of Reference time (code table 1.2)
|
int |
getSubcenter_id()
Identification of subcenter (allocated by center)
|
int |
getTypeOfProcessedData()
Get type Of Processed Data (code table 1.4)
|
int |
getYear() |
java.lang.String |
toString() |
boolean |
useLocalTablesOnly()
Note 2 : if true, all entries come from the local table (!)
|
public Grib2SectionIdentification(RandomAccessFile raf) throws java.io.IOException
raf
- RandomAccessFile, with pointer at start of indicator sectionjava.io.IOException
- on I/O errorjava.lang.IllegalArgumentException
- if not a GRIB-2 recordpublic Grib2SectionIdentification(int center_id, int subcenter_id, int master_table_version, int local_table_version, int significanceOfRT, int year, int month, int day, int hour, int minute, int second, int productionStatus, int processedDataType)
public int getCenter_id()
public int getSubcenter_id()
public int getMaster_table_version()
public int getLocal_table_version()
public boolean useLocalTablesOnly()
public int getSignificanceOfRT()
public CalendarDate getReferenceDate()
public int getProductionStatus()
public int getTypeOfProcessedData()
public int getYear()
public int getMonth()
public int getDay()
public int getHour()
public int getMinute()
public int getSecond()
public java.lang.String toString()
toString
in class java.lang.Object