Uses of Class
ucar.unidata.geoloc.LatLonRect

Packages that use LatLonRect
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 LatLonRect in ucar.unidata.geoloc
 

Methods in ucar.unidata.geoloc that return LatLonRect
 LatLonRect ProjectionImpl.getDefaultMapAreaLL()
          Get the bounding box in lat/lon.
 LatLonRect ProjectionImpl.getLatLonBoundingBox(ProjectionRect bb)
          From GridCoordSys.
 LatLonRect LatLonRect.intersect(LatLonRect clip)
          Create the instersection of this LatLon with the given one
 LatLonRect ProjectionImpl.projToLatLonBB(ProjectionRect world)
          Convert a world coordinate bounding box to a lat/lon bounding box, by finding the minimum enclosing box.
 

Methods in ucar.unidata.geoloc with parameters of type LatLonRect
 boolean LatLonRect.containedIn(LatLonRect b)
          Determine if this bounding box is contained in another LatLonRect.
 boolean LatLonRect.equals(LatLonRect other)
          get whether two bounding boxes are equal in values
 void LatLonRect.extend(LatLonRect r)
          Extend the bounding box to contain the given rectangle
 LatLonRect LatLonRect.intersect(LatLonRect clip)
          Create the instersection of this LatLon with the given one
 ProjectionRect ProjectionImpl.latLonToProjBB(LatLonRect latlonRect)
          Convert a lat/lon bounding box to a world coordinate bounding box, by finding the minimum enclosing box.
 

Constructors in ucar.unidata.geoloc with parameters of type LatLonRect
LatLonRect(LatLonRect r)
          Copy Constructor
 

Uses of LatLonRect in ucar.unidata.geoloc.projection
 

Methods in ucar.unidata.geoloc.projection that return LatLonRect
 LatLonRect LatLonProjection.projToLatLonBB(ProjectionRect world)
           
 

Methods in ucar.unidata.geoloc.projection with parameters of type LatLonRect
 ProjectionRect VerticalPerspectiveView.latLonToProjBB(LatLonRect rect)
          Create a ProjectionRect from the given LatLonRect.
 ProjectionRect[] LatLonProjection.latLonToProjRect(LatLonRect latlonR)
          Split a latlon rectangle to the equivalent ProjectionRect using this LatLonProjection to split it at the seam if needed.
 

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

Methods in ucar.unidata.geoloc.projection.sat with parameters of type LatLonRect
 ProjectionRect MSGnavigation.latLonToProjBB(LatLonRect rect)
          Create a ProjectionRect from the given LatLonRect.
 



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