@Deprecated public class MeasureUtil extends Object
A foot is a unit of length, in a number of different systems, including English units, Imperial units, and United States customary units. Its size can vary from system to system, but in each is around a quarter to a third of a meter. The most commonly used foot today is the international foot. There are 3 feet in a yard and 12 inches in a foot.
An inch is the name of a unit of length in a number of different systems, including English units, Imperial units, and United States customary units. Its size can vary from system to system. There are 36 inches in a yard and 12 inches in a foot.
The fathoms is the name of a unit of length, in a number of different systems, including English units, Imperial units, and United States customary units. The name derives from the Old English word fæthm (plural) meaning 'outstretched arms' which was the original definition of the unit's measure.
Constructor and Description |
---|
MeasureUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static double |
fh2ft(double fh)
Deprecated.
Translate fathoms to feets.
|
static double |
ft2fh(double ft)
Deprecated.
Translate feets to fathoms.
|
static double |
ft2in(double ft)
Deprecated.
Translate feets to inches.
|
static double |
in2fh(double in)
Deprecated.
Translate inches to fathoms.
|
static double |
in2ft(double in)
Deprecated.
Translate inches to feets.
|
static double |
km2m(double km)
Deprecated.
Translate kilometers to meters.
|
static double |
kmh2ms(double kmh)
Deprecated.
Translate km/h to m/s.
|
static double |
m2fh(double m)
Deprecated.
Translate meters to fathoms.
|
static double |
m2ft(double m)
Deprecated.
Translate meters to feets.
|
static double |
m2in(double m)
Deprecated.
Translate meters to inches.
|
static double |
m2km(double m)
Deprecated.
Translate meters to kilometers.
|
static double |
micro2milli(double micro)
Deprecated.
Translate from micro (10^-6) to milli (10^-3).
|
static double |
micro2nano(double milli)
Deprecated.
Translate from micro (10^-6) to nano (10^-9).
|
static double |
micro2unit(double micro)
Deprecated.
Translate from micro (10^-6) to unit (10^0).
|
static double |
milli2micro(double milli)
Deprecated.
Translate from milli (10^-3) to micro (10^-6).
|
static double |
milli2nano(double milli)
Deprecated.
Translate from milli (10^-3) to nano (10^-9).
|
static double |
milli2unit(double milli)
Deprecated.
Translate from milli (10^-3) to unit (10^0).
|
static double |
ms2kmh(double ms)
Deprecated.
Translate m/s to km/h.
|
static double |
nano2micro(double nano)
Deprecated.
Translate from nano (10^-9) to micro (10^-6).
|
static double |
nano2milli(double nano)
Deprecated.
Translate from nano (10^-9) to milli (10^-3).
|
static double |
nano2unit(double nano)
Deprecated.
Translate from nano (10^-9) to unit (10^0).
|
static int |
pix2pix(double pixel_coord)
Deprecated.
Translate from "long" pixel coordinate to "system" pixel coordinate.
|
static int |
pix2pix(float pixel_coord)
Deprecated.
Translate from "long" pixel coordinate to "system" pixel coordinate.
|
static int |
pix2pix(long pixel_coord)
Deprecated.
Translate from "long" pixel coordinate to "system" pixel coordinate.
|
static double |
unit2micro(double unit)
Deprecated.
Translate from unit (10^0) to micro (10^-6).
|
static double |
unit2milli(double unit)
Deprecated.
Translate from unit (10^0) to milli (10^-3).
|
static double |
unit2nano(double unit)
Deprecated.
Translate from unit (10^0) to nano (10^-9).
|
public static double ms2kmh(double ms)
public static double kmh2ms(double kmh)
public static double m2km(double m)
public static double km2m(double km)
public static int pix2pix(double pixel_coord)
pixel_coord
- is the pixel coordinate to translate.public static int pix2pix(long pixel_coord)
pixel_coord
- is the pixel coordinate to translate.public static int pix2pix(float pixel_coord)
pixel_coord
- is the pixel coordinate to translate.public static double unit2nano(double unit)
public static double nano2unit(double nano)
public static double unit2micro(double unit)
public static double micro2unit(double micro)
public static double unit2milli(double unit)
public static double milli2unit(double milli)
public static double milli2micro(double milli)
public static double milli2nano(double milli)
public static double micro2nano(double milli)
public static double micro2milli(double micro)
public static double nano2micro(double nano)
public static double nano2milli(double nano)
public static double m2fh(double m)
public static double ft2fh(double ft)
public static double in2fh(double in)
public static double m2ft(double m)
public static double in2ft(double in)
public static double fh2ft(double fh)
public static double m2in(double m)
public static double ft2in(double ft)
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.