Uses of Interface
elki.math.geodesy.EarthModel
-
Packages that use EarthModel 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. -
-
Uses of EarthModel in elki.application.experiments
Fields in elki.application.experiments declared as EarthModel Modifier and Type Field Description protected EarthModel
VisualizeGeodesicDistances. model
Earth model.protected EarthModel
VisualizeGeodesicDistances.Par. model
Earth model to use.Constructors in elki.application.experiments with parameters of type EarthModel Constructor Description VisualizeGeodesicDistances(java.nio.file.Path out, int resolution, int steps, VisualizeGeodesicDistances.Mode mode, EarthModel model)
Constructor. -
Uses of EarthModel in elki.data.projection
Fields in elki.data.projection declared as EarthModel Modifier and Type Field Description private EarthModel
LatLngToECEFProjection. model
Earth model to use.(package private) EarthModel
LatLngToECEFProjection.Par. model
Earth model to use.(package private) EarthModel
LngLatToECEFProjection. model
Earth model to use(package private) EarthModel
LngLatToECEFProjection.Par. model
Earth model to use.Constructors in elki.data.projection with parameters of type EarthModel Constructor Description LatLngToECEFProjection(EarthModel model)
Constructor.LngLatToECEFProjection(EarthModel model)
Constructor. -
Uses of EarthModel in elki.datasource.filter.transform
Fields in elki.datasource.filter.transform declared as EarthModel Modifier and Type Field Description private EarthModel
LatLngToECEFFilter. model
Earth model to use.private EarthModel
LatLngToECEFFilter.Par. model
Earth model to use.private EarthModel
LngLatToECEFFilter. model
Earth model to use.private EarthModel
LngLatToECEFFilter.Par. model
Earth model to use.Constructors in elki.datasource.filter.transform with parameters of type EarthModel Constructor Description LatLngToECEFFilter(EarthModel model)
Constructor.LngLatToECEFFilter(EarthModel model)
Constructor. -
Uses of EarthModel in elki.distance.geo
Fields in elki.distance.geo declared as EarthModel Modifier and Type Field Description (package private) EarthModel
DimensionSelectingLatLngDistance. model
Earth model used.(package private) EarthModel
DimensionSelectingLatLngDistance.Par. model
Earth model used.private EarthModel
LatLngDistance. model
Earth model to use.(package private) EarthModel
LatLngDistance.Par. model
Earth model used.private EarthModel
LngLatDistance. model
Earth model to use.(package private) EarthModel
LngLatDistance.Par. model
Earth model used.Constructors in elki.distance.geo with parameters of type EarthModel Constructor Description DimensionSelectingLatLngDistance(int dimlat, int dimlng, EarthModel model)
Constructor.LatLngDistance(EarthModel model)
Constructor.LngLatDistance(EarthModel model)
Constructor. -
Uses of EarthModel in elki.index.projected
Fields in elki.index.projected declared as EarthModel Modifier and Type Field Description (package private) EarthModel
LatLngAsECEFIndex.Factory.Par. model
Earth model to use.(package private) EarthModel
LngLatAsECEFIndex.Factory.Par. model
Earth model to use.Constructors in elki.index.projected with parameters of type EarthModel Constructor Description Factory(IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)
Constructor.Factory(IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)
Constructor. -
Uses of EarthModel in elki.math.geodesy
Classes in elki.math.geodesy that implement EarthModel Modifier and Type Class Description class
AbstractEarthModel
Abstract base class for earth models with shared glue code.class
Clarke1858SpheroidEarthModel
The Clarke 1858 spheroid earth model.class
Clarke1880SpheroidEarthModel
The Clarke 1880 spheroid earth model.class
GRS67SpheroidEarthModel
The GRS 67 spheroid earth model.class
GRS80SpheroidEarthModel
The GRS 80 spheroid earth model, without height model (so not a geoid, just a spheroid!)class
SphericalCosineEarthModel
A simple spherical earth model using radius 6371009 m.class
SphericalHaversineEarthModel
A simple spherical earth model using radius 6371009 m.class
SphericalVincentyEarthModel
A simple spherical earth model using radius 6371009 m.class
WGS72SpheroidEarthModel
The WGS72 spheroid earth model, without height model.class
WGS84SpheroidEarthModel
The WGS84 spheroid earth model, without height model (so not a geoid, just a spheroid!)
-