Uses of Class
ucar.unidata.geoloc.ProjectionRect

Packages that use ProjectionRect
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.ft.grid   
ucar.nc2.iosp.mcidas   
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
ucar.unidata.geoloc.projection Implementations of coordinate projection transformations. 
ucar.unidata.geoloc.projection.sat   
 

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.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return ProjectionRect
 ProjectionRect GridCoordSys.getBoundingBox()
          Get the x,y bounding box in projection coordinates.
 

Uses of ProjectionRect in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return ProjectionRect
 ProjectionRect GridCoordSys.getBoundingBox()
          Get horizontal bounding box in projection coordinates.
 

Uses of ProjectionRect in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas that return ProjectionRect
 ProjectionRect McIDASAreaProjection.getDefaultMapArea()
          Get the bounds for this image
 

Uses of ProjectionRect in ucar.unidata.geoloc
 

Fields in ucar.unidata.geoloc declared as ProjectionRect
protected  ProjectionRect ProjectionImpl.defaultMapArea
          default map area
 

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(String name, ProjectionRect defaultMapArea)
          Create a new LatLonProjection
 

Uses of ProjectionRect in ucar.unidata.geoloc.projection.sat
 

Methods in ucar.unidata.geoloc.projection.sat that return ProjectionRect
 ProjectionRect MSGnavigation.latLonToProjBB(LatLonRect rect)
          Create a ProjectionRect from the given LatLonRect.
 



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