openlr.map
Interface GeoCoordinates

All Known Implementing Classes:
GeoCoordinatesImpl

public interface GeoCoordinates

The interface GeoCoordinates defines a coordinate pair of a longitude and a latitude value.

OpenLR is a trade mark of TomTom International B.V.

email: software@openlr.org

Author:
TomTom International B.V.

Method Summary
 boolean equals(Object obj)
          
 double getLatitudeDeg()
          Delivers the degrees of latitude.
 double getLongitudeDeg()
          Delivers the degrees of longitude.
 int hashCode()
          
 

Method Detail

getLongitudeDeg

double getLongitudeDeg()
Delivers the degrees of longitude.

Returns:
the longitude

getLatitudeDeg

double getLatitudeDeg()
Delivers the degrees of latitude.

Returns:
the latitude

hashCode

int hashCode()

Overrides:
hashCode in class Object

equals

boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2013 TomTom International B.V.. All Rights Reserved.