Package elki.math.geodesy
Functions for computing on the sphere / earth.
-
Interface Summary Interface Description EarthModel API for handling different earth models. -
Class Summary Class Description AbstractEarthModel Abstract base class for earth models with shared glue code.Clarke1858SpheroidEarthModel The Clarke 1858 spheroid earth model.Clarke1858SpheroidEarthModel.Par Parameterization class.Clarke1880SpheroidEarthModel The Clarke 1880 spheroid earth model.Clarke1880SpheroidEarthModel.Par Parameterization class.GRS67SpheroidEarthModel The GRS 67 spheroid earth model.GRS67SpheroidEarthModel.Par Parameterization class.GRS80SpheroidEarthModel The GRS 80 spheroid earth model, without height model (so not a geoid, just a spheroid!)GRS80SpheroidEarthModel.Par Parameterization class.SphereUtil Class with utility functions for distance computations on the sphere.SphericalCosineEarthModel A simple spherical earth model using radius 6371009 m.SphericalCosineEarthModel.Par Parameterization class.SphericalHaversineEarthModel A simple spherical earth model using radius 6371009 m.SphericalHaversineEarthModel.Par Parameterization class.SphericalVincentyEarthModel A simple spherical earth model using radius 6371009 m.SphericalVincentyEarthModel.Par Parameterization class.WGS72SpheroidEarthModel The WGS72 spheroid earth model, without height model.WGS72SpheroidEarthModel.Par Parameterization class.WGS84SpheroidEarthModel The WGS84 spheroid earth model, without height model (so not a geoid, just a spheroid!)WGS84SpheroidEarthModel.Par Parameterization class.