org.gcube.dataaccess.spql.model.where
Class Coordinate

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.where.Coordinate

public class Coordinate
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  double latitude
           
protected  double longitude
           
 
Constructor Summary
Coordinate(double latitude, double longitude)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

latitude

protected double latitude

longitude

protected double longitude
Constructor Detail

Coordinate

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

getLatitude

public double getLatitude()
Returns:
the latitude

getLongitude

public double getLongitude()
Returns:
the longitude

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.