T - public static class DistanceUtils.GetLocatedDistance2D<T extends ILocated> extends Object implements DistanceUtils.IGetDistance<T>
DistanceUtils.IGetDistance that uses Location.getDistance2D(Location) method.| Constructor and Description |
|---|
GetLocatedDistance2D() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance(T object,
ILocated target)
Uses
Location.getDistance(Location) method. |
public double getDistance(T object, ILocated target)
Location.getDistance(Location) method.getDistance in interface DistanceUtils.IGetDistance<T extends ILocated>Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.