@Service(value="locationService") public class LocationServiceImpl extends Object implements LocationService
Constructor and Description |
---|
LocationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLocationIdByLatLong(Float latitude,
Float longitude)
Return a location Id, from a longitude and a latitude (in decimal degrees - WG84).
|
String |
getLocationLabelByLatLong(Float latitude,
Float longitude)
Return location label from a longitude and a latitude (in decimal degrees - WG84).
|
public LocationServiceImpl()
public String getLocationLabelByLatLong(Float latitude, Float longitude)
LocationService
getLocationLabelByLatLong
in interface LocationService
latitude
- a latitude (in decimal degrees - WG84)longitude
- a longitude (in decimal degrees - WG84)public Integer getLocationIdByLatLong(Float latitude, Float longitude)
LocationService
getLocationIdByLatLong
in interface LocationService
latitude
- a latitude (in decimal degrees - WG84)longitude
- a longitude (in decimal degrees - WG84)Copyright © 2012–2014 IFREMER. All rights reserved.