public interface LocationSpecificDao
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLocationIdByLabelAndLocationLevel(String locationLabel,
Integer[] locationLevelIds)
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 getLocationIdByLabelAndLocationLevel(String locationLabel, Integer[] locationLevelIds)
latitude - a latitude (in decimal degrees - WG84)longitude - a longitude (in decimal degrees - WG84)Copyright © 2013. All Rights Reserved.