Uses of Package
ucar.unidata.geoloc

Packages that use ucar.unidata.geoloc
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
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. 
ucar.unidata.geoloc.projection Implementations of coordinate projection transformations. 
 

Classes in ucar.unidata.geoloc used by thredds.catalog
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dataset
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt
EarthLocation
          A location on the earth, specified by lat, lon and optionally altitude.
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonRect
          Bounding box for latitude/longitude points.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionRect
          Bounding box for ProjectionPoint's.
Station
          A named location on the earth.
StationImpl
          Implementation of Station
 

Classes in ucar.unidata.geoloc used by ucar.nc2.ft
EarthLocation
          A location on the earth, specified by lat, lon and optionally altitude.
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonRect
          Bounding box for latitude/longitude points.
Station
          A named location on the earth.
 

Classes in ucar.unidata.geoloc used by ucar.unidata.geoloc
Bearing
          Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
Earth
          Defines any necessary properties of the earth for use in georeferencing.
EarthEllipsoid
          Type-safe enumeration of Earth Ellipsoids.
EarthLocation
          A location on the earth, specified by lat, lon and optionally altitude.
EarthLocationImpl
          A location on the Earth.
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImpl
          Standard implementation of LatLonPoint.
LatLonRect
          Bounding box for latitude/longitude points.
Projection
          Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionPoint
          Points on the Projective geometry plane.
ProjectionPointImpl
          Our implementation of ProjectionPoint, that subclasses java.awt.geom.Point2D to add serialization.
ProjectionRect
          Bounding box for ProjectionPoint's.
Station
          A named location on the earth.
 

Classes in ucar.unidata.geoloc used by ucar.unidata.geoloc.projection
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImpl
          Standard implementation of LatLonPoint.
LatLonRect
          Bounding box for latitude/longitude points.
Projection
          Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionPoint
          Points on the Projective geometry plane.
ProjectionPointImpl
          Our implementation of ProjectionPoint, that subclasses java.awt.geom.Point2D to add serialization.
ProjectionRect
          Bounding box for ProjectionPoint's.