ucar.nc2.dt
Interface EarthLocation

All Known Subinterfaces:
Station
All Known Implementing Classes:
EarthLocationImpl, StationImpl

public interface EarthLocation

A location on the Earth.

Author:
caron

Method Summary
 double getAltitude()
           
 double getLatitude()
           
 double getLongitude()
           
 

Method Detail

getLatitude

double getLatitude()
Returns:
latitude in decimal degrees north

getLongitude

double getLongitude()
Returns:
longitude in decimal degrees east

getAltitude

double getAltitude()
Returns:
altitude in meters; missing = NaN.