org.gcube.portlets.session.client
Class Point
java.lang.Object
org.gcube.portlets.session.client.Point
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Point
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
The Point
represents a geoPoint
- Version:
- march 2007 (1.0)
- Author:
- Massimiliano Assante, massimiliano.assante@isti.cnr.it
Constructor Summary |
Point()
Constructor |
Point(double latitude,
double longitude)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point
public Point()
- Constructor
Point
public Point(double latitude,
double longitude)
- Parameters:
latitude
- llongitude
- l
getLatitude
public double getLatitude()
- Returns:
- l
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude
- l
getLongitude
public double getLongitude()
- Returns:
- l
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude
- l