public class PositionInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LATITUDE_RANGE |
static String |
LONGITUDE_RANGE |
Constructor and Description |
---|
PositionInfo() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLatitudeAvailable(double value)
Checks if the latitude value is available.
|
static boolean |
isLatitudeCorrect(double value) |
static boolean |
isLongitudeAvailable(double value)
Checks if the longitude value is available.
|
static boolean |
isLongitudeCorrect(double value) |
static String |
latitudeToString(double value)
Returns the latitude as a string.
|
static String |
longitudeToString(double value)
Returns the longitude as a string.
|
public static final String LONGITUDE_RANGE
public static final String LATITUDE_RANGE
public static boolean isLongitudeCorrect(double value)
public static boolean isLongitudeAvailable(double value)
public static String longitudeToString(double value)
public static boolean isLatitudeCorrect(double value)
public static boolean isLatitudeAvailable(double value)
public static String latitudeToString(double value)
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.