edu.sc.seis.TauP
Class Outputs
java.lang.Object
edu.sc.seis.TauP.Outputs
public class Outputs
- extends java.lang.Object
Outputs.java contains formating, similar to printf, routines for the output
types in the TauP package.
Created: Tue Sep 21 11:45:35 1999
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
depthFormat
protected static Format depthFormat
distanceFormat
protected static Format distanceFormat
timeFormat
protected static Format timeFormat
rayParamFormat
protected static Format rayParamFormat
latLonFormat
protected static Format latLonFormat
Outputs
public Outputs()
configure
public static void configure(java.util.Properties props)
formatDepth
public static java.lang.String formatDepth(double depth)
formatDistance
public static java.lang.String formatDistance(double distance)
formatTime
public static java.lang.String formatTime(double time)
formatRayParam
public static java.lang.String formatRayParam(double rayParam)
formatLatLon
public static java.lang.String formatLatLon(double latlon)