fr.paris.lutece.plugins.gis.business
Class LonLat

java.lang.Object
  extended by fr.paris.lutece.plugins.gis.business.LonLat

public class LonLat
extends Object

This class represents a longitude and latitude pair


Constructor Summary
LonLat(double longitude, double latitude)
          Creates a new LonLat instance.
 
Method Summary
 double getLatitude()
          GetLatitude( ).
 double getLongitude()
          GetLongitude( ).
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LonLat

public LonLat(double longitude,
              double latitude)
Creates a new LonLat instance.

Parameters:
longitude -
latitude -
Method Detail

getLatitude

public double getLatitude()
GetLatitude( ).

Returns:
double The x-axis coordinate

getLongitude

public double getLongitude()
GetLongitude( ).

Returns:
double The y-axis coordinate

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Mairie de Paris. All Rights Reserved.