@Transactional(readOnly=true) public interface LocationService
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).
|
String getLocationLabelByLatLong(Float latitude, Float longitude)
latitude
- a latitude (in decimal degrees - WG84)longitude
- a longitude (in decimal degrees - WG84)Integer getLocationIdByLatLong(Float latitude, Float longitude)
latitude
- a latitude (in decimal degrees - WG84)longitude
- a longitude (in decimal degrees - WG84)Copyright © 2012–2014 IFREMER. All rights reserved.