Uses of Interface
ucar.unidata.geoloc.EarthLocation

Packages that use EarthLocation
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
 

Uses of EarthLocation in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return EarthLocation
 EarthLocation RadialDatasetSweep.getCommonOrigin()
          If all sweeps have the same origin, return it here, else null
 EarthLocation PointObsDatatype.getLocation()
          Location of the observation
 EarthLocation TrajectoryObsDatatype.getLocation(int point)
          Return the location for the given point.
 EarthLocation RadialDatasetSweep.Sweep.getOrigin(int radial)
           
 

Uses of EarthLocation in ucar.nc2.ft
 

Subinterfaces of EarthLocation in ucar.nc2.ft
 interface StationProfileFeature
          Time series of ProfileFeature at named locations.
 interface StationTimeSeriesFeature
          Time series of PointFeature at a named location aka 'station'.
 

Methods in ucar.nc2.ft that return EarthLocation
 EarthLocation PointFeature.getLocation()
          Location of this observation
 

Uses of EarthLocation in ucar.unidata.geoloc
 

Subinterfaces of EarthLocation in ucar.unidata.geoloc
 interface Station
          A named location on the earth.
 

Classes in ucar.unidata.geoloc that implement EarthLocation
 class EarthLocationImpl
          A location on the Earth.
 class StationImpl
          Implementation of Station