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