Class LatLngToECEFProjection<V extends NumberVector>

  • Type Parameters:
    V - Vector type
    All Implemented Interfaces:
    Projection<V,​V>

    public class LatLngToECEFProjection<V extends NumberVector>
    extends java.lang.Object
    implements Projection<V,​V>
    Project (Latitude, Longitude) vectors to (X, Y, Z), from spherical coordinates to ECEF (earth-centered earth-fixed).
    Since:
    0.6.0
    Author:
    Erich Schubert