Package com.metsci.glimpse.topo
Class TopoUtils
- java.lang.Object
-
- com.metsci.glimpse.topo.TopoUtils
-
public class TopoUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description TopoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LatLonBoxaxisBounds(Axis2D axis, NormalCylindricalProjection proj)static floatdataDenormFactor(TopoDataType dataType)static LatLonBoxintersect(LatLonBox box, TopoTileBounds tile)
-
-
-
Method Detail
-
axisBounds
public static LatLonBox axisBounds(Axis2D axis, NormalCylindricalProjection proj)
-
intersect
public static LatLonBox intersect(LatLonBox box, TopoTileBounds tile)
-
dataDenormFactor
public static float dataDenormFactor(TopoDataType dataType)
-
-