edu.sc.seis.TauP
Class Outputs

java.lang.Object
  extended byedu.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

Version:
1.1.3 Wed Jul 18 15:00:35 GMT 2001
Author:
Philip Crotwell

Field Summary
protected  Format depthFormat
           
protected  Format distanceFormat
           
protected  Format latLonFormat
           
protected  Format rayParamFormat
           
protected  Format timeFormat
           
 
Constructor Summary
Outputs(java.util.Properties props)
           
 
Method Summary
 java.lang.String formatDepth(double depth)
           
 java.lang.String formatDistance(double distance)
           
 java.lang.String formatLatLon(double latlon)
           
 java.lang.String formatRayParam(double rayParam)
           
 java.lang.String formatTime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

depthFormat

protected Format depthFormat

distanceFormat

protected Format distanceFormat

timeFormat

protected Format timeFormat

rayParamFormat

protected Format rayParamFormat

latLonFormat

protected Format latLonFormat
Constructor Detail

Outputs

public Outputs(java.util.Properties props)
Method Detail

formatDepth

public java.lang.String formatDepth(double depth)

formatDistance

public java.lang.String formatDistance(double distance)

formatTime

public java.lang.String formatTime(double time)

formatRayParam

public java.lang.String formatRayParam(double rayParam)

formatLatLon

public java.lang.String formatLatLon(double latlon)


Copyright © 1999-2006 Seismology at the University of South Carolina. All Rights Reserved.