static final class CorrelateGpxWithImages.Timezone extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private double |
timezone |
(package private) static CorrelateGpxWithImages.Timezone |
ZERO |
| Constructor and Description |
|---|
Timezone(double hours) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
(package private) java.lang.String |
formatTimezone() |
double |
getHours() |
int |
hashCode() |
(package private) static CorrelateGpxWithImages.Timezone |
parseTimezone(java.lang.String timezone) |
static final CorrelateGpxWithImages.Timezone ZERO
private final double timezone
Timezone(double hours)
public double getHours()
java.lang.String formatTimezone()
static CorrelateGpxWithImages.Timezone parseTimezone(java.lang.String timezone) throws java.text.ParseException
java.text.ParseExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object