@FunctionalInterface public interface DirectionCalculator
| Modifier and Type | Method and Description |
|---|---|
default double |
azimuth(GeoPoint from,
GeoPoint to) |
default terraml.commons.unit.DirectionUnit |
fromAzimuth(GeoPoint from,
GeoPoint to) |
default terraml.commons.unit.DirectionUnit |
of(double fromX0,
double fromY0,
double toX0,
double toY0) |
terraml.commons.unit.DirectionUnit |
of(GeoPoint from,
GeoPoint to) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.