org.gcube.portlets.session.client
Class Point

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()
Constructor


Point

public Point(double latitude,
             double longitude)
Parameters:
latitude - l
longitude - l
Method Detail

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