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 EarthModelVisualizeGeodesicDistances. modelEarth model.protected EarthModelVisualizeGeodesicDistances.Par. modelEarth 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 EarthModelLatLngToECEFProjection. modelEarth model to use.(package private) EarthModelLatLngToECEFProjection.Par. modelEarth model to use.(package private) EarthModelLngLatToECEFProjection. modelEarth model to use(package private) EarthModelLngLatToECEFProjection.Par. modelEarth 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 EarthModelLatLngToECEFFilter. modelEarth model to use.private EarthModelLatLngToECEFFilter.Par. modelEarth model to use.private EarthModelLngLatToECEFFilter. modelEarth model to use.private EarthModelLngLatToECEFFilter.Par. modelEarth 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) EarthModelDimensionSelectingLatLngDistance. modelEarth model used.(package private) EarthModelDimensionSelectingLatLngDistance.Par. modelEarth model used.private EarthModelLatLngDistance. modelEarth model to use.(package private) EarthModelLatLngDistance.Par. modelEarth model used.private EarthModelLngLatDistance. modelEarth model to use.(package private) EarthModelLngLatDistance.Par. modelEarth 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) EarthModelLatLngAsECEFIndex.Factory.Par. modelEarth model to use.(package private) EarthModelLngLatAsECEFIndex.Factory.Par. modelEarth 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 classAbstractEarthModelAbstract base class for earth models with shared glue code.classClarke1858SpheroidEarthModelThe Clarke 1858 spheroid earth model.classClarke1880SpheroidEarthModelThe Clarke 1880 spheroid earth model.classGRS67SpheroidEarthModelThe GRS 67 spheroid earth model.classGRS80SpheroidEarthModelThe GRS 80 spheroid earth model, without height model (so not a geoid, just a spheroid!)classSphericalCosineEarthModelA simple spherical earth model using radius 6371009 m.classSphericalHaversineEarthModelA simple spherical earth model using radius 6371009 m.classSphericalVincentyEarthModelA simple spherical earth model using radius 6371009 m.classWGS72SpheroidEarthModelThe WGS72 spheroid earth model, without height model.classWGS84SpheroidEarthModelThe WGS84 spheroid earth model, without height model (so not a geoid, just a spheroid!)
-