Package edu.sc.seis.TauP
Class SvgEarthScaling
- java.lang.Object
-
- edu.sc.seis.TauP.SvgEarthScaling
-
public class SvgEarthScaling extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SvgEarthScaling(double R)
Whole earth scaling, given radius of earthSvgEarthScaling(double[] boundingBox, double R)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static float[]
calcZoomScaleTranslate(float zoomXMin, float zoomXMax, float zoomYMin, float zoomYMax, float R, float minDist, float maxDist)
float[]
getLabelRange()
float
getZoomScale()
float
getZoomTranslateX()
float
getZoomTranslateY()
-
-
-
Method Detail
-
getZoomScale
public float getZoomScale()
-
getZoomTranslateX
public float getZoomTranslateX()
-
getZoomTranslateY
public float getZoomTranslateY()
-
getLabelRange
public float[] getLabelRange()
-
calcZoomScaleTranslate
public static float[] calcZoomScaleTranslate(float zoomXMin, float zoomXMax, float zoomYMin, float zoomYMax, float R, float minDist, float maxDist)
-
-