Uses of Class
org.rr0.im.business.event.circumstance.Location

Packages that use Location
org.rr0.im.business.event 
org.rr0.im.business.event.circumstance 

Uses of Location in org.rr0.im.business.event
 

Methods in org.rr0.im.business.event that return Location
LocationSighting.getLocation()
          Where the sighting occured
LocationSightingImpl.getLocation()
          
 

Uses of Location in org.rr0.im.business.event.circumstance
 

Subinterfaces of Location in org.rr0.im.business.event.circumstance
interface EarthLocation
          Equatorial coordinates for a location on the terrestrial sphere.
interface SkyLocation
          Equatorial coordinates for an "fixed" object on the celestial sphere.
 

Classes in org.rr0.im.business.event.circumstance that implement Location
class DeltaLocationImpl
          A location relative to another one.
 

Fields in org.rr0.im.business.event.circumstance declared as Location
private LocationDeltaLocationImpl.fromLocation
          
protected LocationPlaceImpl.location
          
 

Constructors in org.rr0.im.business.event.circumstance with parameters of type Location
DeltaLocationImpl.DeltaLocationImpl(Location someFromLocation, Orientation someFromOrientation, Length someFromDistance)
          
PlaceImpl.PlaceImpl(String name, Location location)
          
 

Methods in org.rr0.im.business.event.circumstance that return Location
LocationPlace.getLocation()
          
LocationPlaceImpl.getLocation()