Uses of Interface
ucar.unidata.geoloc.EarthLocation

Packages that use EarthLocation
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.point.writer package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types 
ucar.nc2.ft.radial   
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.iosp.gempak   
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.dt.point
 

Fields in ucar.nc2.dt.point declared as EarthLocation
protected  EarthLocation PointObsDatatypeImpl.location
           
 

Methods in ucar.nc2.dt.point that return EarthLocation
 EarthLocation PointObsDatatypeImpl.getLocation()
           
 

Constructors in ucar.nc2.dt.point with parameters of type EarthLocation
DapperDataset.SeqPointObs(EarthLocation location, double obsTime, double nomTime, int recno)
          Constructor for the case where you keep track of the location, time of each record, but not the data.
PointObsDatatypeImpl(EarthLocation location, double obsTime, double nomTime)
           
RecordDatasetHelper.RecordPointObs(EarthLocation location, double obsTime, double nomTime, int recno)
          Constructor for the case where you keep track of the location, time of each record, but not the data.
SequenceHelper.SeqPointObs(EarthLocation location, double obsTime, double nomTime, int recno)
          Constructor for the case where you keep track of the location, time of each record, but not the data.
 

Uses of EarthLocation in ucar.nc2.dt.radial
 

Fields in ucar.nc2.dt.radial declared as EarthLocation
protected  EarthLocation RadialDatasetSweepAdapter.origin
           
 

Methods in ucar.nc2.dt.radial that return EarthLocation
 EarthLocation Dorade2Dataset.getCommonOrigin()
           
 EarthLocation CFnetCDF2Dataset.getCommonOrigin()
          _more_
 EarthLocation Nids2Dataset.getCommonOrigin()
           
 EarthLocation LevelII2Dataset.getCommonOrigin()
           
 EarthLocation UF2Dataset.getCommonOrigin()
           
 EarthLocation Netcdf2Dataset.getCommonOrigin()
           
 EarthLocation RadialDatasetSweepAdapter.getEarthLocation()
           
 EarthLocation RadialCoordSys.getOrigin()
          Origin of the coordinate system
 

Methods in ucar.nc2.dt.radial with parameters of type EarthLocation
 void RadialCoordSys.setOrigin(EarthLocation origin)
           
 

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.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement EarthLocation
 class StationFeatureImpl
          Superclass for implementations of StationFeature: time series of data at a point Concrete subclass must implement getPointFeatureIterator();
 class StationProfileFeatureImpl
          Abstract superclass for implementations of StationProfileFeature.
 

Fields in ucar.nc2.ft.point declared as EarthLocation
protected  EarthLocation PointFeatureImpl.location
           
 

Methods in ucar.nc2.ft.point that return EarthLocation
 EarthLocation PointFeatureImpl.getLocation()
           
 

Constructors in ucar.nc2.ft.point with parameters of type EarthLocation
PointFeatureImpl(EarthLocation location, double obsTime, double nomTime, DateUnit timeUnit)
           
 

Uses of EarthLocation in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return EarthLocation
 EarthLocation NestedTable.getEarthLocation(Cursor cursor)
           
 

Uses of EarthLocation in ucar.nc2.ft.point.writer
 

Methods in ucar.nc2.ft.point.writer with parameters of type EarthLocation
 void WriterCFPointCollection.writeRecord(double timeCoordValue, Date obsDate, EarthLocation loc, StructureData sdata)
           
 

Uses of EarthLocation in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial that return EarthLocation
 EarthLocation RadialSweepFeature.getOrigin(int radial)
           
 

Uses of EarthLocation in ucar.nc2.iosp.adde
 

Classes in ucar.nc2.iosp.adde that implement EarthLocation
 class StationDB.Station
           
 

Uses of EarthLocation in ucar.nc2.iosp.gempak
 

Classes in ucar.nc2.iosp.gempak that implement EarthLocation
 class GempakStation
          Class to hold GEMPAK station information
 

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
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.