Uses of Class
ucar.unidata.geoloc.ProjectionRect

Packages that use ProjectionRect
ucar.nc2.dt Scientific data types package. 
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
ucar.unidata.geoloc.projection Implementations of coordinate projection transformations. 
 

Uses of ProjectionRect in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return ProjectionRect
 ProjectionRect GridCoordSystem.getBoundingBox()
          Get horizontal bounding box in projection coordinates.
 

Uses of ProjectionRect in ucar.unidata.geoloc
 

Methods in ucar.unidata.geoloc that return ProjectionRect
 ProjectionRect Projection.getDefaultMapArea()
          Get a reasonable bounding box in this projection.
 ProjectionRect ProjectionImpl.getDefaultMapArea()
          Get a reasonable bounding box for this projection.
 ProjectionRect ProjectionImpl.latLonToProjBB(LatLonRect latlonRect)
          Convert a lat/lon bounding box to a world coordinate bounding box, by finding the minimum enclosing box.
 

Methods in ucar.unidata.geoloc with parameters of type ProjectionRect
 LatLonRect ProjectionImpl.getLatLonBoundingBox(ProjectionRect bb)
          From GridCoordSys.
 LatLonRect ProjectionImpl.projToLatLonBB(ProjectionRect world)
          Convert a world coordinate bounding box to a lat/lon bounding box, by finding the minimum enclosing box.
 void ProjectionImpl.setDefaultMapArea(ProjectionRect bb)
          Set a reasonable bounding box for this specific projection.
 

Uses of ProjectionRect in ucar.unidata.geoloc.projection
 

Methods in ucar.unidata.geoloc.projection that return ProjectionRect
 ProjectionRect ProjectionAdapter.getDefaultMapArea()
          Get a reasonable bounding box for this projection.
 ProjectionRect VerticalPerspectiveView.latLonToProjBB(LatLonRect rect)
          Create a ProjectionRect from the given LatLonRect.
 ProjectionRect[] LatLonProjection.latLonToProjRect(double lat0, double lon0, double lat1, double lon1)
          Create a latlon rectangle and split it into the equivalent ProjectionRect using this LatLonProjection.
 ProjectionRect[] LatLonProjection.latLonToProjRect(LatLonRect latlonR)
          Split a latlon rectangle to the equivalent ProjectionRect using this LatLonProjection to split it at the seam if needed.
 

Methods in ucar.unidata.geoloc.projection with parameters of type ProjectionRect
 LatLonRect LatLonProjection.projToLatLonBB(ProjectionRect world)
           
 void LatLonProjection.setDefaultMapArea(ProjectionRect bb)
          Set a reasonable bounding box for this projection.
 

Constructors in ucar.unidata.geoloc.projection with parameters of type ProjectionRect
LatLonProjection(java.lang.String name, ProjectionRect defaultMapArea)
          Create a new LatLonProjection