Uses of Package
ucar.unidata.geoloc

Packages that use ucar.unidata.geoloc
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.datamodel.gis   
thredds.wcs   
ucar.nc2.adde   
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dataset.grid Deprecated (use ucar.nc2.dt.grid) 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.fmrc Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point" and "Station", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.geotiff   
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
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 thredds.datamodel.gis
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
 

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

Classes in ucar.unidata.geoloc used by ucar.nc2.adde
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.dataset.grid
LatLonRect
          Bounding box for latitude/longitude points.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionRect
          Bounding box for ProjectionPoint's.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt
LatLonRect
          Bounding box for latitude/longitude points.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionRect
          Bounding box for ProjectionPoint's.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt.fmrc
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt.grid
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt.point
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImpl
          Our implementation of LatLonPoint.
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.dt.radial
LatLonRect
          Bounding box for latitude/longitude points.
 

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

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

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.
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImpl
          Our 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.
 

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
          Our 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.