org.rr0.im.business.event.circumstance
Interface EarthLocation

All Known Implementing Classes:
EarthLocationImpl

public interface EarthLocation
extends Location

Equatorial coordinates for a location on the terrestrial sphere.

Author:
Jérôme Beau
Version: 29 mai 2003 20:34:40

Method Summary
 floatgetLatitude()
          The inclination of a point on a sphere or spheroid from the equator,
usually specified in the range -90° (90° S) to (90° N).
 floatgetLongitude()
           
 TimeZonegetTimeZone()
          Get the GMT offset.

Method Detail

getLatitude

public float getLatitude()
The inclination of a point on a sphere or spheroid from the equator,
usually specified in the range -90° (90° S) to (90° N).

getLongitude

public float getLongitude()

getTimeZone

public TimeZone getTimeZone()
Get the GMT offset.
Returns: a negative, 0 (GMT) or positive value.