枚举的使用
net.sf.marineapi.nmea.util.ReferenceSystem
使用ReferenceSystem的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
-
net.sf.marineapi.nmea.sentence中ReferenceSystem的使用
修饰符和类型方法说明OSDSentence.getCourseReference()Get the reference system used to calculate courseOSDSentence.getSpeedReference()Get the reference system used to calculate speed修饰符和类型方法说明voidOSDSentence.setCourseReference(ReferenceSystem reference) Set the reference system for the coursevoidOSDSentence.setSpeedReference(ReferenceSystem reference) Set the reference system for the speed -
net.sf.marineapi.nmea.util中ReferenceSystem的使用
修饰符和类型方法说明static ReferenceSystemReferenceSystem.valueOf(char ch) Get the enum corresponding to specified char.static ReferenceSystem返回带有指定名称的该类型的枚举常量。static ReferenceSystem[]ReferenceSystem.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。