接口 AISUTCReport
- 所有超级接口:
AISMessage
- 所有已知子接口:
AISMessage04
Common interface for all UTC time and position providing AIS messages.
- 作者:
- Lázár József
-
方法概要
修饰符和类型方法说明intReturns the type of electronic position fixing device.intReturns the UTC day.intReturns the UTC hour.intReturns the UTC minute.intReturns the UTC month.intReturns the UTC second.intReturns the UTC year.从接口继承的方法 net.sf.marineapi.ais.message.AISMessage
getMessageType, getMMSI, getRepeatIndicator
-
方法详细资料
-
getUtcYear
int getUtcYear()Returns the UTC year.- 返回:
- an integer value representing the UTC year (1-9999)
-
getUtcMonth
int getUtcMonth()Returns the UTC month.- 返回:
- an integer value representing the UTC month (1-12)
-
getUtcDay
int getUtcDay()Returns the UTC day.- 返回:
- an integer value representing the UTC day (1-31)
-
getUtcHour
int getUtcHour()Returns the UTC hour.- 返回:
- an integer value representing the UTC hour (0-23)
-
getUtcMinute
int getUtcMinute()Returns the UTC minute.- 返回:
- an integer value representing the UTC minute (0-59)
-
getUtcSecond
int getUtcSecond()Returns the UTC second.- 返回:
- an integer value representing the UTC second (0-59)
-
getTypeOfEPFD
int getTypeOfEPFD()Returns the type of electronic position fixing device.- 返回:
- an integer value of the position device
-