com.metsci.glimpse.util.units
Class Length

java.lang.Object
  extended by com.metsci.glimpse.util.units.Length

public class Length
extends java.lang.Object

Author:
hogye

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

nauticalMilesToMeters

public static final double nauticalMilesToMeters
See Also:
Constant Field Values

yardsToFeet

public static final double yardsToFeet
See Also:
Constant Field Values

feetToMeters

public static final double feetToMeters
See Also:
Constant Field Values

kiloyardsToYards

public static final double kiloyardsToYards
See Also:
Constant Field Values

yardsToMeters

public static final double yardsToMeters
See Also:
Constant Field Values

kiloyardsToMeters

public static final double kiloyardsToMeters
See Also:
Constant Field Values

kiloyardsToFeet

public static final double kiloyardsToFeet
See Also:
Constant Field Values

nauticalMilesToFeet

public static final double nauticalMilesToFeet
See Also:
Constant Field Values

nauticalMilesToYards

public static final double nauticalMilesToYards
See Also:
Constant Field Values

nauticalMilesToKiloyards

public static final double nauticalMilesToKiloyards
See Also:
Constant Field Values

metersToNauticalMiles

public static final double metersToNauticalMiles
See Also:
Constant Field Values

feetToYards

public static final double feetToYards
See Also:
Constant Field Values

metersToFeet

public static final double metersToFeet
See Also:
Constant Field Values

yardsToKiloyards

public static final double yardsToKiloyards
See Also:
Constant Field Values

metersToYards

public static final double metersToYards
See Also:
Constant Field Values

metersToKiloyards

public static final double metersToKiloyards
See Also:
Constant Field Values

feetToKiloyards

public static final double feetToKiloyards
See Also:
Constant Field Values

feetToNauticalMiles

public static final double feetToNauticalMiles
See Also:
Constant Field Values

yardsToNauticalMiles

public static final double yardsToNauticalMiles
See Also:
Constant Field Values

kiloyardsToNauticalMiles

public static final double kiloyardsToNauticalMiles
See Also:
Constant Field Values

metersToSu

public static final double metersToSu
See Also:
Constant Field Values

nauticalMilesToSu

public static final double nauticalMilesToSu
See Also:
Constant Field Values

feetToSu

public static final double feetToSu
See Also:
Constant Field Values

yardsToSu

public static final double yardsToSu
See Also:
Constant Field Values

kiloyardsToSu

public static final double kiloyardsToSu
See Also:
Constant Field Values

suToMeters

public static final double suToMeters
See Also:
Constant Field Values

suToNauticalMiles

public static final double suToNauticalMiles
See Also:
Constant Field Values

suToFeet

public static final double suToFeet
See Also:
Constant Field Values

suToYards

public static final double suToYards
See Also:
Constant Field Values

suToKiloyards

public static final double suToKiloyards
See Also:
Constant Field Values
Constructor Detail

Length

public Length()
Method Detail

metersToNauticalMiles

public static double metersToNauticalMiles(double length_METERS)
Converts length from meters to nautical-miles.


metersToNauticalMiles

public static double[] metersToNauticalMiles(double... lengths_METERS)
Converts length from meters to nautical-miles.


nauticalMilesToMeters

public static double nauticalMilesToMeters(double length_NAUTICAL_MILES)
Converts length from nautical-miles to meters.


nauticalMilesToMeters

public static double[] nauticalMilesToMeters(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to meters.


metersToFeet

public static double metersToFeet(double length_METERS)
Converts length from meters to feet.


metersToFeet

public static double[] metersToFeet(double... lengths_METERS)
Converts length from meters to feet.


feetToMeters

public static double feetToMeters(double length_FEET)
Converts length from feet to meters.


feetToMeters

public static double[] feetToMeters(double... lengths_FEET)
Converts length from feet to meters.


metersToYards

public static double metersToYards(double length_METERS)
Converts length from meters to yards.


metersToYards

public static double[] metersToYards(double... lengths_METERS)
Converts length from meters to yards.


yardsToMeters

public static double yardsToMeters(double length_YARDS)
Converts length from yards to meters.


yardsToMeters

public static double[] yardsToMeters(double... lengths_YARDS)
Converts length from yards to meters.


metersToKiloyards

public static double metersToKiloyards(double length_METERS)
Converts length from meters to kiloyards.


metersToKiloyards

public static double[] metersToKiloyards(double... lengths_METERS)
Converts length from meters to kiloyards.


kiloyardsToMeters

public static double kiloyardsToMeters(double length_KILOYARDS)
Converts length from kiloyards to meters.


kiloyardsToMeters

public static double[] kiloyardsToMeters(double... lengths_KILOYARDS)
Converts length from kiloyards to meters.


nauticalMilesToFeet

public static double nauticalMilesToFeet(double length_NAUTICAL_MILES)
Converts length from nautical-miles to feet.


nauticalMilesToFeet

public static double[] nauticalMilesToFeet(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to feet.


feetToNauticalMiles

public static double feetToNauticalMiles(double length_FEET)
Converts length from feet to nautical-miles.


feetToNauticalMiles

public static double[] feetToNauticalMiles(double... lengths_FEET)
Converts length from feet to nautical-miles.


nauticalMilesToYards

public static double nauticalMilesToYards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to yards.


nauticalMilesToYards

public static double[] nauticalMilesToYards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to yards.


yardsToNauticalMiles

public static double yardsToNauticalMiles(double length_YARDS)
Converts length from yards to nautical-miles.


yardsToNauticalMiles

public static double[] yardsToNauticalMiles(double... lengths_YARDS)
Converts length from yards to nautical-miles.


nauticalMilesToKiloyards

public static double nauticalMilesToKiloyards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards.


nauticalMilesToKiloyards

public static double[] nauticalMilesToKiloyards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards.


kiloyardsToNauticalMiles

public static double kiloyardsToNauticalMiles(double length_KILOYARDS)
Converts length from kiloyards to nautical-miles.


kiloyardsToNauticalMiles

public static double[] kiloyardsToNauticalMiles(double... lengths_KILOYARDS)
Converts length from kiloyards to nautical-miles.


feetToYards

public static double feetToYards(double length_FEET)
Converts length from feet to yards.


feetToYards

public static double[] feetToYards(double... lengths_FEET)
Converts length from feet to yards.


yardsToFeet

public static double yardsToFeet(double length_YARDS)
Converts length from yards to feet.


yardsToFeet

public static double[] yardsToFeet(double... lengths_YARDS)
Converts length from yards to feet.


feetToKiloyards

public static double feetToKiloyards(double length_FEET)
Converts length from feet to kiloyards.


feetToKiloyards

public static double[] feetToKiloyards(double... lengths_FEET)
Converts length from feet to kiloyards.


kiloyardsToFeet

public static double kiloyardsToFeet(double length_KILOYARDS)
Converts length from kiloyards to feet.


kiloyardsToFeet

public static double[] kiloyardsToFeet(double... lengths_KILOYARDS)
Converts length from kiloyards to feet.


yardsToKiloyards

public static double yardsToKiloyards(double length_YARDS)
Converts length from yards to kiloyards.


yardsToKiloyards

public static double[] yardsToKiloyards(double... lengths_YARDS)
Converts length from yards to kiloyards.


kiloyardsToYards

public static double kiloyardsToYards(double length_KILOYARDS)
Converts length from kiloyards to yards.


kiloyardsToYards

public static double[] kiloyardsToYards(double... lengths_KILOYARDS)
Converts length from kiloyards to yards.


fromMeters

public static double fromMeters(double length_METERS)
Converts length meters to system-units.


fromMeters

public static double[] fromMeters(double... lengths_METERS)
Converts length meters to system-units.


toMeters

public static double toMeters(double length_SU)
Converts length from system-units to meters.


toMeters

public static double[] toMeters(double... lengths_SU)
Converts length from system-units to meters.


fromNauticalMiles

public static double fromNauticalMiles(double length_NAUTICAL_MILES)
Converts length from nautical-miles to system-units.


fromNauticalMiles

public static double[] fromNauticalMiles(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to system-units.


toNauticalMiles

public static double toNauticalMiles(double length_SU)
Converts length from system-units to nautical-miles.


toNauticalMiles

public static double[] toNauticalMiles(double... lengths_SU)
Converts length from system-units to nautical-miles.


fromFeet

public static double fromFeet(double length_FEET)
Converts length from feet to system-units.


fromFeet

public static double[] fromFeet(double... lengths_FEET)
Converts length from feet to system-units.


toFeet

public static double toFeet(double length_SU)
Converts length from system-units to feet.


toFeet

public static double[] toFeet(double... lengths_SU)
Converts length from system-units to feet.


fromYards

public static double fromYards(double length_YARDS)
Converts length from yards to system-units.


fromYards

public static double[] fromYards(double... lengths_YARDS)
Converts length from yards to system-units.


toYards

public static double toYards(double length_SU)
Converts length from system-units to yards.


toYards

public static double[] toYards(double... lengths_SU)
Converts length from system-units to yards.


fromKiloyards

public static double fromKiloyards(double length_KILOYARDS)
Converts length from kiloyards to system-units.


fromKiloyards

public static double[] fromKiloyards(double... lengths_KILOYARDS)
Converts length from kiloyards to system-units.


toKiloyards

public static double toKiloyards(double length_SU)
Converts length from system-units to kiloyards.


toKiloyards

public static double[] toKiloyards(double... lengths_SU)
Converts length from system-units to kiloyards.



Copyright © 2012 Metron, Inc.. All Rights Reserved.