类 MMSI
java.lang.Object
net.sf.marineapi.ais.util.MMSI
Checks an MMSI value for validity.
- 作者:
- Lázár József
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
MMSI
public MMSI()
-
-
方法详细资料
-
isCorrect
public static boolean isCorrect(long value) Checks whether the MMSI value is correct, i.e. within valid range.- 参数:
value- MMSI value to check- 返回:
- true if the value is semantically correct.
-
toString
Returns the origin associated with the MMSI number.- 参数:
value- MMSI value to stringify- 返回:
- A String describing the region of the transmitter
-