|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.util.units.Length
public class Length
Field Summary | |
---|---|
static double |
feetToKiloyards
|
static double |
feetToMeters
|
static double |
feetToNauticalMiles
|
static double |
feetToSu
|
static double |
feetToYards
|
static double |
kiloyardsToFeet
|
static double |
kiloyardsToMeters
|
static double |
kiloyardsToNauticalMiles
|
static double |
kiloyardsToSu
|
static double |
kiloyardsToYards
|
static double |
metersToFeet
|
static double |
metersToKiloyards
|
static double |
metersToNauticalMiles
|
static double |
metersToSu
|
static double |
metersToYards
|
static double |
nauticalMilesToFeet
|
static double |
nauticalMilesToKiloyards
|
static double |
nauticalMilesToMeters
|
static double |
nauticalMilesToSu
|
static double |
nauticalMilesToYards
|
static double |
suToFeet
|
static double |
suToKiloyards
|
static double |
suToMeters
|
static double |
suToNauticalMiles
|
static double |
suToYards
|
static double |
yardsToFeet
|
static double |
yardsToKiloyards
|
static double |
yardsToMeters
|
static double |
yardsToNauticalMiles
|
static double |
yardsToSu
|
Constructor Summary | |
---|---|
Length()
|
Method Summary | |
---|---|
static double[] |
feetToKiloyards(double... lengths_FEET)
Converts length from feet to kiloyards. |
static double |
feetToKiloyards(double length_FEET)
Converts length from feet to kiloyards. |
static double[] |
feetToMeters(double... lengths_FEET)
Converts length from feet to meters. |
static double |
feetToMeters(double length_FEET)
Converts length from feet to meters. |
static double[] |
feetToNauticalMiles(double... lengths_FEET)
Converts length from feet to nautical-miles. |
static double |
feetToNauticalMiles(double length_FEET)
Converts length from feet to nautical-miles. |
static double[] |
feetToYards(double... lengths_FEET)
Converts length from feet to yards. |
static double |
feetToYards(double length_FEET)
Converts length from feet to yards. |
static double[] |
fromFeet(double... lengths_FEET)
Converts length from feet to system-units. |
static double |
fromFeet(double length_FEET)
Converts length from feet to system-units. |
static double[] |
fromKiloyards(double... lengths_KILOYARDS)
Converts length from kiloyards to system-units. |
static double |
fromKiloyards(double length_KILOYARDS)
Converts length from kiloyards to system-units. |
static double[] |
fromMeters(double... lengths_METERS)
Converts length meters to system-units. |
static double |
fromMeters(double length_METERS)
Converts length meters to system-units. |
static double[] |
fromNauticalMiles(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to system-units. |
static double |
fromNauticalMiles(double length_NAUTICAL_MILES)
Converts length from nautical-miles to system-units. |
static double[] |
fromYards(double... lengths_YARDS)
Converts length from yards to system-units. |
static double |
fromYards(double length_YARDS)
Converts length from yards to system-units. |
static double[] |
kiloyardsToFeet(double... lengths_KILOYARDS)
Converts length from kiloyards to feet. |
static double |
kiloyardsToFeet(double length_KILOYARDS)
Converts length from kiloyards to feet. |
static double[] |
kiloyardsToMeters(double... lengths_KILOYARDS)
Converts length from kiloyards to meters. |
static double |
kiloyardsToMeters(double length_KILOYARDS)
Converts length from kiloyards to meters. |
static double[] |
kiloyardsToNauticalMiles(double... lengths_KILOYARDS)
Converts length from kiloyards to nautical-miles. |
static double |
kiloyardsToNauticalMiles(double length_KILOYARDS)
Converts length from kiloyards to nautical-miles. |
static double[] |
kiloyardsToYards(double... lengths_KILOYARDS)
Converts length from kiloyards to yards. |
static double |
kiloyardsToYards(double length_KILOYARDS)
Converts length from kiloyards to yards. |
static double[] |
metersToFeet(double... lengths_METERS)
Converts length from meters to feet. |
static double |
metersToFeet(double length_METERS)
Converts length from meters to feet. |
static double[] |
metersToKiloyards(double... lengths_METERS)
Converts length from meters to kiloyards. |
static double |
metersToKiloyards(double length_METERS)
Converts length from meters to kiloyards. |
static double[] |
metersToNauticalMiles(double... lengths_METERS)
Converts length from meters to nautical-miles. |
static double |
metersToNauticalMiles(double length_METERS)
Converts length from meters to nautical-miles. |
static double[] |
metersToYards(double... lengths_METERS)
Converts length from meters to yards. |
static double |
metersToYards(double length_METERS)
Converts length from meters to yards. |
static double[] |
nauticalMilesToFeet(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to feet. |
static double |
nauticalMilesToFeet(double length_NAUTICAL_MILES)
Converts length from nautical-miles to feet. |
static double[] |
nauticalMilesToKiloyards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards. |
static double |
nauticalMilesToKiloyards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards. |
static double[] |
nauticalMilesToMeters(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to meters. |
static double |
nauticalMilesToMeters(double length_NAUTICAL_MILES)
Converts length from nautical-miles to meters. |
static double[] |
nauticalMilesToYards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to yards. |
static double |
nauticalMilesToYards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to yards. |
static double[] |
toFeet(double... lengths_SU)
Converts length from system-units to feet. |
static double |
toFeet(double length_SU)
Converts length from system-units to feet. |
static double[] |
toKiloyards(double... lengths_SU)
Converts length from system-units to kiloyards. |
static double |
toKiloyards(double length_SU)
Converts length from system-units to kiloyards. |
static double[] |
toMeters(double... lengths_SU)
Converts length from system-units to meters. |
static double |
toMeters(double length_SU)
Converts length from system-units to meters. |
static double[] |
toNauticalMiles(double... lengths_SU)
Converts length from system-units to nautical-miles. |
static double |
toNauticalMiles(double length_SU)
Converts length from system-units to nautical-miles. |
static double[] |
toYards(double... lengths_SU)
Converts length from system-units to yards. |
static double |
toYards(double length_SU)
Converts length from system-units to yards. |
static double[] |
yardsToFeet(double... lengths_YARDS)
Converts length from yards to feet. |
static double |
yardsToFeet(double length_YARDS)
Converts length from yards to feet. |
static double[] |
yardsToKiloyards(double... lengths_YARDS)
Converts length from yards to kiloyards. |
static double |
yardsToKiloyards(double length_YARDS)
Converts length from yards to kiloyards. |
static double[] |
yardsToMeters(double... lengths_YARDS)
Converts length from yards to meters. |
static double |
yardsToMeters(double length_YARDS)
Converts length from yards to meters. |
static double[] |
yardsToNauticalMiles(double... lengths_YARDS)
Converts length from yards to nautical-miles. |
static double |
yardsToNauticalMiles(double length_YARDS)
Converts length from yards to nautical-miles. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double nauticalMilesToMeters
public static final double yardsToFeet
public static final double feetToMeters
public static final double kiloyardsToYards
public static final double yardsToMeters
public static final double kiloyardsToMeters
public static final double kiloyardsToFeet
public static final double nauticalMilesToFeet
public static final double nauticalMilesToYards
public static final double nauticalMilesToKiloyards
public static final double metersToNauticalMiles
public static final double feetToYards
public static final double metersToFeet
public static final double yardsToKiloyards
public static final double metersToYards
public static final double metersToKiloyards
public static final double feetToKiloyards
public static final double feetToNauticalMiles
public static final double yardsToNauticalMiles
public static final double kiloyardsToNauticalMiles
public static final double metersToSu
public static final double nauticalMilesToSu
public static final double feetToSu
public static final double yardsToSu
public static final double kiloyardsToSu
public static final double suToMeters
public static final double suToNauticalMiles
public static final double suToFeet
public static final double suToYards
public static final double suToKiloyards
Constructor Detail |
---|
public Length()
Method Detail |
---|
public static double metersToNauticalMiles(double length_METERS)
public static double[] metersToNauticalMiles(double... lengths_METERS)
public static double nauticalMilesToMeters(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToMeters(double... lengths_NAUTICAL_MILES)
public static double metersToFeet(double length_METERS)
public static double[] metersToFeet(double... lengths_METERS)
public static double feetToMeters(double length_FEET)
public static double[] feetToMeters(double... lengths_FEET)
public static double metersToYards(double length_METERS)
public static double[] metersToYards(double... lengths_METERS)
public static double yardsToMeters(double length_YARDS)
public static double[] yardsToMeters(double... lengths_YARDS)
public static double metersToKiloyards(double length_METERS)
public static double[] metersToKiloyards(double... lengths_METERS)
public static double kiloyardsToMeters(double length_KILOYARDS)
public static double[] kiloyardsToMeters(double... lengths_KILOYARDS)
public static double nauticalMilesToFeet(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToFeet(double... lengths_NAUTICAL_MILES)
public static double feetToNauticalMiles(double length_FEET)
public static double[] feetToNauticalMiles(double... lengths_FEET)
public static double nauticalMilesToYards(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToYards(double... lengths_NAUTICAL_MILES)
public static double yardsToNauticalMiles(double length_YARDS)
public static double[] yardsToNauticalMiles(double... lengths_YARDS)
public static double nauticalMilesToKiloyards(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToKiloyards(double... lengths_NAUTICAL_MILES)
public static double kiloyardsToNauticalMiles(double length_KILOYARDS)
public static double[] kiloyardsToNauticalMiles(double... lengths_KILOYARDS)
public static double feetToYards(double length_FEET)
public static double[] feetToYards(double... lengths_FEET)
public static double yardsToFeet(double length_YARDS)
public static double[] yardsToFeet(double... lengths_YARDS)
public static double feetToKiloyards(double length_FEET)
public static double[] feetToKiloyards(double... lengths_FEET)
public static double kiloyardsToFeet(double length_KILOYARDS)
public static double[] kiloyardsToFeet(double... lengths_KILOYARDS)
public static double yardsToKiloyards(double length_YARDS)
public static double[] yardsToKiloyards(double... lengths_YARDS)
public static double kiloyardsToYards(double length_KILOYARDS)
public static double[] kiloyardsToYards(double... lengths_KILOYARDS)
public static double fromMeters(double length_METERS)
public static double[] fromMeters(double... lengths_METERS)
public static double toMeters(double length_SU)
public static double[] toMeters(double... lengths_SU)
public static double fromNauticalMiles(double length_NAUTICAL_MILES)
public static double[] fromNauticalMiles(double... lengths_NAUTICAL_MILES)
public static double toNauticalMiles(double length_SU)
public static double[] toNauticalMiles(double... lengths_SU)
public static double fromFeet(double length_FEET)
public static double[] fromFeet(double... lengths_FEET)
public static double toFeet(double length_SU)
public static double[] toFeet(double... lengths_SU)
public static double fromYards(double length_YARDS)
public static double[] fromYards(double... lengths_YARDS)
public static double toYards(double length_SU)
public static double[] toYards(double... lengths_SU)
public static double fromKiloyards(double length_KILOYARDS)
public static double[] fromKiloyards(double... lengths_KILOYARDS)
public static double toKiloyards(double length_SU)
public static double[] toKiloyards(double... lengths_SU)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |