|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface modeling a container for geographical information based on the types and information of the vCard Mime directory profile standard specification.
For reference see RFC 2426:
3.4 Geographical Types
3.4.1 TZ Type Definition
3.4.2 GEO Type Definition
Method Summary | |
double |
getLatitude()
Returns the latitude of the geographical position. |
double |
getLongitude()
Returns the longitude of the geographical position. |
java.util.TimeZone |
getTimeZone()
Returns the time zone information. |
void |
setLatitude(double latitude)
Sets the latitude of the geographical position. |
void |
setLongitude(double longitude)
Sets the longitude of the geographical position. |
void |
setTimeZone(java.util.TimeZone timezone)
Sets the time zone informations. |
Method Detail |
public java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone timezone)
timezone
- the time zone information as
TimeZone.public double getLongitude()
public void setLongitude(double longitude)
longitude
- the longitude as double.public double getLatitude()
public void setLatitude(double latitude)
latitude
- the latitude as double.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |