org.gcube.data.spd.obisplugin.data
Class Coordinate
java.lang.Object
org.gcube.data.spd.obisplugin.data.Coordinate
- All Implemented Interfaces:
- Serializable
public class Coordinate
- extends Object
- implements Serializable
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
- See Also:
- Serialized Form
latitude
protected double latitude
longitude
protected double longitude
Coordinate
public Coordinate()
Coordinate
public Coordinate(double latitude,
double longitude)
- Parameters:
latitude - longitude -
getLatitude
public double getLatitude()
- Returns:
- the latitude
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude - the latitude to set
getLongitude
public double getLongitude()
- Returns:
- the longitude
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude - the longitude to set
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.