Package org.springframework.data.geo
Enum Class Metrics
- All Implemented Interfaces:
Serializable
,Comparable<Metrics>
,Constable
,Metric
Commonly used
Metric
s.- Since:
- 1.8
- Author:
- Oliver Gierke, Thomas Darimont
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the scientific abbreviation of the unit theMetric
is in.double
Returns the multiplier to calculate metrics values from a base scale.static Metrics
Returns the enum constant of this class with the specified name.static Metrics[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
KILOMETERS
-
MILES
-
NEUTRAL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getMultiplier
public double getMultiplier()Description copied from interface:Metric
Returns the multiplier to calculate metrics values from a base scale.- Specified by:
getMultiplier
in interfaceMetric
- Returns:
-
getAbbreviation
Description copied from interface:Metric
Returns the scientific abbreviation of the unit theMetric
is in.- Specified by:
getAbbreviation
in interfaceMetric
- Returns:
-