public class Outputs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static Format |
depthFormat |
protected static Format |
distanceFormat |
protected static Format |
latLonFormat |
protected static Format |
rayParamFormat |
protected static Format |
timeFormat |
Constructor and Description |
---|
Outputs() |
Modifier and Type | Method and 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) |
protected static Format depthFormat
protected static Format distanceFormat
protected static Format timeFormat
protected static Format rayParamFormat
protected static Format latLonFormat
public static void configure(java.util.Properties props)
public static java.lang.String formatDepth(double depth)
public static java.lang.String formatDistance(double distance)
public static java.lang.String formatTime(double time)
public static java.lang.String formatRayParam(double rayParam)
public static java.lang.String formatLatLon(double latlon)