Class Length


  • public class Length
    extends Object
    Author:
    hogye
    • Constructor Summary

      Constructors 
      Constructor Description
      Length()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double feetToInches​(double length_FEET)
      Converts length from feet to inches.
      static double[] feetToInches​(double... length_FEET)
      Converts length from feet to inches.
      static double feetToKiloyards​(double length_FEET)
      Converts length from feet to kiloyards.
      static double[] feetToKiloyards​(double... lengths_FEET)
      Converts length from feet to kiloyards.
      static double feetToMeters​(double length_FEET)
      Converts length from feet to meters.
      static double[] feetToMeters​(double... lengths_FEET)
      Converts length from feet to meters.
      static double feetToMillimeters​(double length_FEET)
      Converts length from feet to millimeters.
      static double[] feetToMillimeters​(double... length_FEET)
      Converts length from feet to millimeters.
      static double feetToNauticalMiles​(double length_FEET)
      Converts length from feet to nautical-miles.
      static double[] feetToNauticalMiles​(double... lengths_FEET)
      Converts length from feet to nautical-miles.
      static double feetToYards​(double length_FEET)
      Converts length from feet to yards.
      static double[] feetToYards​(double... lengths_FEET)
      Converts length from feet to yards.
      static double fromFeet​(double length_FEET)
      Converts length from feet to system-units.
      static double[] fromFeet​(double... lengths_FEET)
      Converts length from feet to system-units.
      static double fromInches​(double length_INCHES)
      Converts length from inches to system-units.
      static double[] fromInches​(double... length_INCHES)
      Converts length from inches to system-units.
      static double fromKilometers​(double length_KILOMETERS)
      Converts length from kilometers to system-units.
      static double[] fromKilometers​(double... length_KILOMETERS)
      Converts length from kilometers to system-units.
      static double fromKiloyards​(double length_KILOYARDS)
      Converts length from kiloyards to system-units.
      static double[] fromKiloyards​(double... lengths_KILOYARDS)
      Converts length from kiloyards to system-units.
      static double fromMeters​(double length_METERS)
      Converts length meters to system-units.
      static double[] fromMeters​(double... lengths_METERS)
      Converts length meters to system-units.
      static double fromMillimeters​(double length_MILLIMETERS)
      Converts length from millimeters to system-units.
      static double[] fromMillimeters​(double... length_MILLIMETERS)
      Converts length from millimeters to system-units.
      static double fromNauticalMiles​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to system-units.
      static double[] fromNauticalMiles​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to system-units.
      static double fromYards​(double length_YARDS)
      Converts length from yards to system-units.
      static double[] fromYards​(double... lengths_YARDS)
      Converts length from yards to system-units.
      static double inchesToMeters​(double length_INCHES)
      Converts length from inches to meters.
      static double[] inchesToMeters​(double... length_INCHES)
      Converts length from inches to meters.
      static double inchesToMillimeters​(double length_INCHES)
      Converts length from inches to millimeters.
      static double[] inchesToMillimeters​(double... length_INCHES)
      Converts length from inches to millimeters.
      static double inchesToYards​(double length_INCHES)
      Converts length from inches to yards.
      static double[] inchesToYards​(double... length_INCHES)
      Converts length from inches to yards.
      static double kilometersToNauticalMiles​(double length_KILOMETERS)
      Converts length from kilometers to nautical-miles.
      static double[] kilometersToNauticalMiles​(double... lengths_KILOMETERS)
      Converts length from kilometers to nautical-miles.
      static double kiloyardsToFeet​(double length_KILOYARDS)
      Converts length from kiloyards to feet.
      static double[] kiloyardsToFeet​(double... lengths_KILOYARDS)
      Converts length from kiloyards to feet.
      static double kiloyardsToMeters​(double length_KILOYARDS)
      Converts length from kiloyards to meters.
      static double[] kiloyardsToMeters​(double... lengths_KILOYARDS)
      Converts length from kiloyards to meters.
      static double kiloyardsToNauticalMiles​(double length_KILOYARDS)
      Converts length from kiloyards to nautical-miles.
      static double[] kiloyardsToNauticalMiles​(double... lengths_KILOYARDS)
      Converts length from kiloyards to nautical-miles.
      static double kiloyardsToYards​(double length_KILOYARDS)
      Converts length from kiloyards to yards.
      static double[] kiloyardsToYards​(double... lengths_KILOYARDS)
      Converts length from kiloyards to yards.
      static double metersToFeet​(double length_METERS)
      Converts length from meters to feet.
      static double[] metersToFeet​(double... lengths_METERS)
      Converts length from meters to feet.
      static double metersToInches​(double length_METERS)
      Converts length from meters to inches.
      static double[] metersToInches​(double... length_METERS)
      Converts length from meters to inches.
      static double metersToKiloyards​(double length_METERS)
      Converts length from meters to kiloyards.
      static double[] metersToKiloyards​(double... lengths_METERS)
      Converts length from meters to kiloyards.
      static double metersToMillimeters​(double length_METERS)
      Converts length from meters to millimeters.
      static double[] metersToMillimeters​(double... length_METERS)
      Converts length from meters to millimeters.
      static double metersToNauticalMiles​(double length_METERS)
      Converts length from meters to nautical-miles.
      static double[] metersToNauticalMiles​(double... lengths_METERS)
      Converts length from meters to nautical-miles.
      static double metersToYards​(double length_METERS)
      Converts length from meters to yards.
      static double[] metersToYards​(double... lengths_METERS)
      Converts length from meters to yards.
      static double millimetersToFeet​(double length_MILLIMETERS)
      Converts length from millimeters to feet.
      static double[] millimetersToFeet​(double... length_MILLIMETERS)
      Converts length from millimeters to feet.
      static double millimetersToInches​(double length_MILLIMETERS)
      Converts length from millimeters to inches.
      static double[] millimetersToInches​(double... length_MILLIMETERS)
      Converts length from millimeters to inches.
      static double millimetersToMeters​(double length_MILLIMETERS)
      Converts length from millimeters to meters.
      static double[] millimetersToMeters​(double... length_MILLIMETERS)
      Converts length from millimeters to meters.
      static double millimetersToYards​(double length_MILLIMETERS)
      Converts length from millimeters to yards.
      static double[] millimetersToYards​(double... length_MILLIMETERS)
      Converts length from millimeters to yards.
      static double nauticalMilesToFeet​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to feet.
      static double[] nauticalMilesToFeet​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to feet.
      static double nauticalMilesToKilometers​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to kilometers.
      static double[] nauticalMilesToKilometers​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to kilometers.
      static double nauticalMilesToKiloyards​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to kiloyards.
      static double[] nauticalMilesToKiloyards​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to kiloyards.
      static double nauticalMilesToMeters​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to meters.
      static double[] nauticalMilesToMeters​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to meters.
      static double nauticalMilesToYards​(double length_NAUTICAL_MILES)
      Converts length from nautical-miles to yards.
      static double[] nauticalMilesToYards​(double... lengths_NAUTICAL_MILES)
      Converts length from nautical-miles to yards.
      static double toFeet​(double length_SU)
      Converts length from system-units to feet.
      static double[] toFeet​(double... lengths_SU)
      Converts length from system-units to feet.
      static double toInches​(double length_SU)
      Converts length from system-units to inches.
      static double[] toInches​(double... lengths_SU)
      Converts length from system-units to inches.
      static double[] toKiloeters​(double... lengths_SU)
      Converts length from system-units to kilometers.
      static double toKilometers​(double length_SU)
      Converts length from system-units to kilometers.
      static double toKiloyards​(double length_SU)
      Converts length from system-units to kiloyards.
      static double[] toKiloyards​(double... lengths_SU)
      Converts length from system-units to kiloyards.
      static double toMeters​(double length_SU)
      Converts length from system-units to meters.
      static double[] toMeters​(double... lengths_SU)
      Converts length from system-units to meters.
      static double toMillimeters​(double length_SU)
      Converts length from system-units to millimeters.
      static double[] toMillimeters​(double... lengths_SU)
      Converts length from system-units to millimeters.
      static double toNauticalMiles​(double length_SU)
      Converts length from system-units to nautical-miles.
      static double[] toNauticalMiles​(double... lengths_SU)
      Converts length from system-units to nautical-miles.
      static double toYards​(double length_SU)
      Converts length from system-units to yards.
      static double[] toYards​(double... lengths_SU)
      Converts length from system-units to yards.
      static double yardsToFeet​(double length_YARDS)
      Converts length from yards to feet.
      static double[] yardsToFeet​(double... lengths_YARDS)
      Converts length from yards to feet.
      static double yardsToInches​(double length_YARDS)
      Converts length from yards to inches.
      static double[] yardsToInches​(double... length_YARDS)
      Converts length from yards to inches.
      static double yardsToKiloyards​(double length_YARDS)
      Converts length from yards to kiloyards.
      static double[] yardsToKiloyards​(double... lengths_YARDS)
      Converts length from yards to kiloyards.
      static double yardsToMeters​(double length_YARDS)
      Converts length from yards to meters.
      static double[] yardsToMeters​(double... lengths_YARDS)
      Converts length from yards to meters.
      static double yardsToMillimeters​(double length_YARDS)
      Converts length from yards to millimeters.
      static double[] yardsToMillimeters​(double... length_YARDS)
      Converts length from yards to millimeters.
      static double yardsToNauticalMiles​(double length_YARDS)
      Converts length from yards to nautical-miles.
      static double[] yardsToNauticalMiles​(double... lengths_YARDS)
      Converts length from yards to nautical-miles.
    • 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.
      • kilometersToNauticalMiles

        public static double kilometersToNauticalMiles​(double length_KILOMETERS)
        Converts length from kilometers to nautical-miles.
      • kilometersToNauticalMiles

        public static double[] kilometersToNauticalMiles​(double... lengths_KILOMETERS)
        Converts length from kilometers to nautical-miles.
      • nauticalMilesToKilometers

        public static double nauticalMilesToKilometers​(double length_NAUTICAL_MILES)
        Converts length from nautical-miles to kilometers.
      • nauticalMilesToKilometers

        public static double[] nauticalMilesToKilometers​(double... lengths_NAUTICAL_MILES)
        Converts length from nautical-miles to kilometers.
      • 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.
      • feetToInches

        public static double feetToInches​(double length_FEET)
        Converts length from feet to inches.
      • feetToInches

        public static double[] feetToInches​(double... length_FEET)
        Converts length from feet to inches.
      • metersToMillimeters

        public static double metersToMillimeters​(double length_METERS)
        Converts length from meters to millimeters.
      • metersToMillimeters

        public static double[] metersToMillimeters​(double... length_METERS)
        Converts length from meters to millimeters.
      • millimetersToMeters

        public static double millimetersToMeters​(double length_MILLIMETERS)
        Converts length from millimeters to meters.
      • millimetersToMeters

        public static double[] millimetersToMeters​(double... length_MILLIMETERS)
        Converts length from millimeters to meters.
      • inchesToMillimeters

        public static double inchesToMillimeters​(double length_INCHES)
        Converts length from inches to millimeters.
      • inchesToMillimeters

        public static double[] inchesToMillimeters​(double... length_INCHES)
        Converts length from inches to millimeters.
      • millimetersToInches

        public static double millimetersToInches​(double length_MILLIMETERS)
        Converts length from millimeters to inches.
      • millimetersToInches

        public static double[] millimetersToInches​(double... length_MILLIMETERS)
        Converts length from millimeters to inches.
      • inchesToMeters

        public static double inchesToMeters​(double length_INCHES)
        Converts length from inches to meters.
      • inchesToMeters

        public static double[] inchesToMeters​(double... length_INCHES)
        Converts length from inches to meters.
      • metersToInches

        public static double metersToInches​(double length_METERS)
        Converts length from meters to inches.
      • metersToInches

        public static double[] metersToInches​(double... length_METERS)
        Converts length from meters to inches.
      • feetToMillimeters

        public static double feetToMillimeters​(double length_FEET)
        Converts length from feet to millimeters.
      • feetToMillimeters

        public static double[] feetToMillimeters​(double... length_FEET)
        Converts length from feet to millimeters.
      • millimetersToFeet

        public static double millimetersToFeet​(double length_MILLIMETERS)
        Converts length from millimeters to feet.
      • millimetersToFeet

        public static double[] millimetersToFeet​(double... length_MILLIMETERS)
        Converts length from millimeters to feet.
      • yardsToMillimeters

        public static double yardsToMillimeters​(double length_YARDS)
        Converts length from yards to millimeters.
      • yardsToMillimeters

        public static double[] yardsToMillimeters​(double... length_YARDS)
        Converts length from yards to millimeters.
      • millimetersToYards

        public static double millimetersToYards​(double length_MILLIMETERS)
        Converts length from millimeters to yards.
      • millimetersToYards

        public static double[] millimetersToYards​(double... length_MILLIMETERS)
        Converts length from millimeters to yards.
      • yardsToInches

        public static double yardsToInches​(double length_YARDS)
        Converts length from yards to inches.
      • yardsToInches

        public static double[] yardsToInches​(double... length_YARDS)
        Converts length from yards to inches.
      • inchesToYards

        public static double inchesToYards​(double length_INCHES)
        Converts length from inches to yards.
      • inchesToYards

        public static double[] inchesToYards​(double... length_INCHES)
        Converts length from inches 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.
      • fromInches

        public static double fromInches​(double length_INCHES)
        Converts length from inches to system-units.
      • fromInches

        public static double[] fromInches​(double... length_INCHES)
        Converts length from inches to system-units.
      • toInches

        public static double toInches​(double length_SU)
        Converts length from system-units to inches.
      • toInches

        public static double[] toInches​(double... lengths_SU)
        Converts length from system-units to inches.
      • fromMillimeters

        public static double fromMillimeters​(double length_MILLIMETERS)
        Converts length from millimeters to system-units.
      • fromMillimeters

        public static double[] fromMillimeters​(double... length_MILLIMETERS)
        Converts length from millimeters to system-units.
      • toMillimeters

        public static double toMillimeters​(double length_SU)
        Converts length from system-units to millimeters.
      • toMillimeters

        public static double[] toMillimeters​(double... lengths_SU)
        Converts length from system-units to millimeters.
      • fromKilometers

        public static double fromKilometers​(double length_KILOMETERS)
        Converts length from kilometers to system-units.
      • fromKilometers

        public static double[] fromKilometers​(double... length_KILOMETERS)
        Converts length from kilometers to system-units.
      • toKilometers

        public static double toKilometers​(double length_SU)
        Converts length from system-units to kilometers.
      • toKiloeters

        public static double[] toKiloeters​(double... lengths_SU)
        Converts length from system-units to kilometers.