Class BoundingBoxHelper
- java.lang.Object
-
- ucar.unidata.geoloc.projection.sat.BoundingBoxHelper
-
public class BoundingBoxHelper extends Object
Helper for finding the ProjectionRect from a LatLonRect- Since:
- 7/29/2014
-
-
Constructor Summary
Constructors Constructor Description BoundingBoxHelper(Projection proj, double maxR)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionRect
latLonToProjBB(LatLonRect rect)
-
-
-
Constructor Detail
-
BoundingBoxHelper
public BoundingBoxHelper(Projection proj, double maxR)
-
-
Method Detail
-
latLonToProjBB
public ProjectionRect latLonToProjBB(LatLonRect rect)
-
-