|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.geolocation.GeoLocation
public class GeoLocation
represents a GeoLocation, a place on earth.
| Nested Class Summary | |
|---|---|
static class |
GeoLocation.Coordinates
Coordinates. |
| Constructor Summary | |
|---|---|
protected |
GeoLocation()
Deprecated. |
|
GeoLocation(GeoLocation.Coordinates coords,
java.lang.String country,
java.lang.String reg,
java.lang.String cit,
java.lang.String pc)
creates a new GeoLocation. |
| Method Summary | |
|---|---|
java.lang.String |
getCity()
|
GeoLocation.Coordinates |
getCoordinates()
|
java.lang.String |
getCountryCode()
|
java.lang.String |
getPostalCode()
|
java.lang.String |
getRegion()
|
void |
setLocale(java.util.Locale l)
sets the locale for the GeoLocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected GeoLocation()
public GeoLocation(GeoLocation.Coordinates coords,
java.lang.String country,
java.lang.String reg,
java.lang.String cit,
java.lang.String pc)
GeoLocation.
coords - the coordinates or nullcountry - the country code or nullreg - the region or nullcit - the city or nullpc - the postal code or null| Method Detail |
|---|
public final void setLocale(java.util.Locale l)
GeoLocation.
l - the Localepublic final GeoLocation.Coordinates getCoordinates()
nullpublic final java.lang.String getCountryCode()
nullpublic final java.lang.String getRegion()
nullpublic final java.lang.String getCity()
nullpublic final java.lang.String getPostalCode()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||