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
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static Format depthFormat  
    protected static Format distanceFormat  
    protected static Format latLonFormat  
    protected static Format rayParamFormat  
    protected static Format timeFormat  
  • Constructor Summary

    Constructors 
    Constructor Description
    Outputs()  
  • Method Summary

    Modifier and Type Method Description
    static void configure​(java.util.Properties props)  
    static java.lang.String formatDepth​(double depth)  
    static java.lang.String formatDistance​(double distance)  
    static java.lang.String formatLatLon​(double latlon)  
    static java.lang.String formatRayParam​(double rayParam)  
    static java.lang.String formatTime​(double time)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait