deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.sos.sensorml
Class GeoLocation

java.lang.Object
  extended by org.deegree.ogcwebservices.sos.sensorml.GeoLocation

public class GeoLocation
extends Object

represents a GeoLocation; please read the SensorML spec

Author:
Matthias Kulbe

Constructor Summary
GeoLocation(String id, Quantity latitude, Quantity longitude, Quantity altitude, Quantity trueHeading, Quantity speed)
           
 
Method Summary
 Quantity getAltitude()
           
 String getId()
           
 Quantity getLatitude()
           
 Quantity getLongitude()
           
 Quantity getSpeed()
           
 Quantity getTrueHeading()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoLocation

public GeoLocation(String id,
                   Quantity latitude,
                   Quantity longitude,
                   Quantity altitude,
                   Quantity trueHeading,
                   Quantity speed)
Parameters:
id -
latitude -
longitude -
altitude -
trueHeading -
speed -
Method Detail

getAltitude

public Quantity getAltitude()
Returns:
altitude

getId

public String getId()
Returns:
identifier

getLatitude

public Quantity getLatitude()
Returns:
latitude

getLongitude

public Quantity getLongitude()
Returns:
longitude

getSpeed

public Quantity getSpeed()
Returns:
speed

getTrueHeading

public Quantity getTrueHeading()
Returns:
true heading

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org