Uses of Package
elki.math.geodesy
-
Packages that use elki.math.geodesy Package Description elki.application.experiments Packaged experiments to make them easy to reproduce.elki.data.projection Data projections.elki.datasource.filter.transform Data space transformations.elki.distance.geo Geographic (earth) distance functions.elki.index.projected Projected indexes for data.elki.math.geodesy Functions for computing on the sphere / earth. -
Classes in elki.math.geodesy used by elki.application.experiments Class Description EarthModel API for handling different earth models. -
Classes in elki.math.geodesy used by elki.data.projection Class Description EarthModel API for handling different earth models. -
Classes in elki.math.geodesy used by elki.datasource.filter.transform Class Description EarthModel API for handling different earth models. -
Classes in elki.math.geodesy used by elki.distance.geo Class Description EarthModel API for handling different earth models. -
Classes in elki.math.geodesy used by elki.index.projected Class Description EarthModel API for handling different earth models. -
Classes in elki.math.geodesy used by elki.math.geodesy Class Description AbstractEarthModel Abstract base class for earth models with shared glue code.Clarke1858SpheroidEarthModel The Clarke 1858 spheroid earth model.Clarke1880SpheroidEarthModel The Clarke 1880 spheroid earth model.EarthModel API for handling different earth models.GRS67SpheroidEarthModel The GRS 67 spheroid earth model.GRS80SpheroidEarthModel The GRS 80 spheroid earth model, without height model (so not a geoid, just a spheroid!)SphericalCosineEarthModel A simple spherical earth model using radius 6371009 m.SphericalHaversineEarthModel A simple spherical earth model using radius 6371009 m.SphericalVincentyEarthModel A simple spherical earth model using radius 6371009 m.WGS72SpheroidEarthModel The WGS72 spheroid earth model, without height model.WGS84SpheroidEarthModel The WGS84 spheroid earth model, without height model (so not a geoid, just a spheroid!)