Uses of Package
ucar.unidata.geoloc

Packages that use ucar.unidata.geoloc
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.wcs.v1_0_0_1   
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.dt.fmrc Support classes for Forecast Model Run Collections. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
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.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.point   
ucar.nc2.ft.point.standard.plug   
ucar.nc2.geotiff Read and write GeoTIFF files. 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.iosp.mcidas   
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.wcs.v1_0_0_1
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
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.
 

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.
ProjectionImpl
          Superclass for our implementations of geoloc.Projection.
ProjectionRect
          Bounding box for ProjectionPoint's.
 

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
          Standard 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.dt.trajectory
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.ft
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.ft.point
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.ft.point.standard.plug
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.iosp.adde
LatLonRect
          Bounding box for latitude/longitude points.
 

Classes in ucar.unidata.geoloc used by ucar.nc2.iosp.mcidas
LatLonPoint
          Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImpl
          Standard implementation of LatLonPoint.
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.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
          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.
 

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.