Interface Coordinate<T extends Coordinate<T>>

All Known Implementing Classes:
CartesianCoordinate, ECEFCoordinate, GeographicCoordinate, NEDCoordinate

public interface Coordinate<T extends Coordinate<T>>
Author:
addair1
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getDistance(T other)
     
    double
     
  • Method Details

    • getDistance

      double getDistance(T other)
    • getElevation

      double getElevation()