All Classes Interface Summary Class Summary Enum 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.
|
| DimensionSelectingLatLngDistance |
Distance function for 2D vectors in Latitude, Longitude form.
|
| DimensionSelectingLatLngDistance.Par |
Parameterization class.
|
| EarthModel |
API for handling different earth models.
|
| 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.
|
| LatLngAsECEFIndex<O extends elki.data.NumberVector> |
Index a 2d data set (consisting of Lat/Lng pairs) by using a projection to 3D
coordinates (WGS-86 to ECEF).
|
| LatLngAsECEFIndex.Factory<O extends elki.data.NumberVector> |
Index factory.
|
| LatLngDistance |
Distance function for 2D vectors in Latitude, Longitude form.
|
| LatLngDistance.Par |
Parameterization class.
|
| LatLngToECEFFilter<V extends elki.data.NumberVector> |
Project a 2D data set (latitude, longitude) to a 3D coordinate system (X, Y,
Z), such that Euclidean distance is line-of-sight.
|
| LatLngToECEFProjection<V extends elki.data.NumberVector> |
Project (Latitude, Longitude) vectors to (X, Y, Z), from spherical
coordinates to ECEF (earth-centered earth-fixed).
|
| LngLatAsECEFIndex<O extends elki.data.NumberVector> |
Index a 2d data set (consisting of Lng/Lat pairs) by using a projection to 3D
coordinates (WGS-86 to ECEF).
|
| LngLatAsECEFIndex.Factory<O extends elki.data.NumberVector> |
Index factory.
|
| LngLatDistance |
Distance function for 2D vectors in Longitude, Latitude form.
|
| LngLatDistance.Par |
Parameterization class.
|
| LngLatToECEFFilter<V extends elki.data.NumberVector> |
Project a 2D data set (longitude, latitude) to a 3D coordinate system (X, Y,
Z), such that Euclidean distance is line-of-sight.
|
| LngLatToECEFProjection<V extends elki.data.NumberVector> |
Project (Longitude, Latitude) vectors to (X, Y, Z), from spherical
coordinates to ECEF (earth-centered earth-fixed).
|
| 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.
|
| VisualizeGeodesicDistances |
Visualization function for Cross-track, Along-track, and minimum distance
function.
|
| VisualizeGeodesicDistances.Mode |
Visualization mode.
|
| VisualizeGeodesicDistances.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.
|