Uses of Class
org.hortonmachine.gears.io.las.utils.EGpsWeekDays
-
Packages that use EGpsWeekDays Package Description org.hortonmachine.gears.io.las.utils -
-
Uses of EGpsWeekDays in org.hortonmachine.gears.io.las.utils
Methods in org.hortonmachine.gears.io.las.utils that return EGpsWeekDays Modifier and Type Method Description static EGpsWeekDaysEGpsWeekDays. getDay4Seconds(double gpsSecondsofWeek)static EGpsWeekDaysGpsTimeConverter. gpsWeekTime2WeekDay(double gpsWeekTime)Convert GPS Week Time to the day of the week.static EGpsWeekDaysEGpsWeekDays. valueOf(String name)Returns the enum constant of this type with the specified name.static EGpsWeekDays[]EGpsWeekDays. values()Returns an array containing the constants of this enum type, in the order they are declared.
-