public interface GPS
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
GPS |
create(double latitude,
double longitude)
Creates IGPS basing on the string DMS(Degrees, Minutes, Second) representations of longitude and latitude
|
GPS |
create(java.lang.String latitude,
java.lang.String longitude)
Creates IGPS basing on the decimal longitude and latitude
|
double |
getDecimalLatitude()
Returns the decimal representation of latitude
|
double |
getDecimalLongitude()
Returns the decimal representation of longitude
|
java.lang.String |
toDMSString()
Returns DMS representation of coordinates
|
java.lang.String |
toGeocodeServiceFormat()
Returns lat/long representation of coordinates in the format acceptable by google Service
|
java.lang.String |
toString()
Returns decimal representation of coordinates
|
double getDecimalLongitude()
double getDecimalLatitude()
GPS create(java.lang.String latitude, java.lang.String longitude)
longitude - latitude - GeoLocatorExceptionGPS create(double latitude, double longitude)
longitude - latitude - GeoLocatorExceptionjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toDMSString()
java.lang.String toGeocodeServiceFormat()
Copyright © 2018 SAP SE. All Rights Reserved.