public final class ConvertDistances extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConvertDistances.Distance
Specifies different distances that can be converted.
|
| Constructor and Description |
|---|
ConvertDistances() |
ConvertDistances(ConvertDistances.Distance from,
ConvertDistances.Distance to) |
| Modifier and Type | Method and Description |
|---|---|
double |
convert(double value)
Applies the distance conversion.
|
public ConvertDistances()
@Nullable public ConvertDistances(ConvertDistances.Distance from, ConvertDistances.Distance to)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.