org.gcube.data.spd.model
Class Coordinate

java.lang.Object
  extended by org.gcube.data.spd.model.Coordinate
All Implemented Interfaces:
Comparable<Coordinate>

public class Coordinate
extends Object
implements Comparable<Coordinate>


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

Constructor Detail

Coordinate

public Coordinate(double latitude,
                  double longitude)
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

compareTo

public int compareTo(Coordinate o)
Specified by:
compareTo in interface Comparable<Coordinate>


Copyright © 2013. All Rights Reserved.