org.gcube.application.framework.search.library.util
Class Point
java.lang.Object
org.gcube.application.framework.search.library.util.Point
public class Point
- extends Object
|
Constructor Summary |
Point()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latitude
protected double latitude
longitude
protected double longitude
Point
public Point()
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
Copyright © 2013. All Rights Reserved.