Uses of Enum Class
org.gbif.api.model.occurrence.geo.DistanceUnit
Packages that use DistanceUnit
-
Uses of DistanceUnit in org.gbif.api.model.occurrence.geo
Fields in org.gbif.api.model.occurrence.geo declared as DistanceUnitModifier and TypeFieldDescriptionstatic final DistanceUnitDistanceUnit.DEFAULTfinal DistanceUnitDistanceUnit.Distance.unitMethods in org.gbif.api.model.occurrence.geo that return DistanceUnitModifier and TypeMethodDescriptionDistanceUnit.Distance.getUnit()static DistanceUnitReturns the enum constant of this class with the specified name.static DistanceUnit[]DistanceUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.occurrence.geo with parameters of type DistanceUnitModifier and TypeMethodDescriptionstatic doubleDistanceUnit.convert(double distance, DistanceUnit from, DistanceUnit to) Converts the given distance from the given DistanceUnit, to the given DistanceUnitConstructors in org.gbif.api.model.occurrence.geo with parameters of type DistanceUnit