Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.geo |
Application for exploring geo data.
|
de.lmu.ifi.dbs.elki.data.projection |
Data projections.
|
de.lmu.ifi.dbs.elki.datasource.filter.transform |
Data space transformations.
|
de.lmu.ifi.dbs.elki.distance.distancefunction.geo |
Geographic (earth) distance functions.
|
de.lmu.ifi.dbs.elki.index.projected |
Projected indexes for data.
|
de.lmu.ifi.dbs.elki.math.geodesy |
Modifier and Type | Field and Description |
---|---|
protected EarthModel |
VisualizeGeodesicDistances.model
Earth model.
|
protected EarthModel |
VisualizeGeodesicDistances.Parameterizer.model
Earth model to use.
|
Constructor and Description |
---|
VisualizeGeodesicDistances(File out,
int resolution,
int steps,
VisualizeGeodesicDistances.Mode mode,
EarthModel model)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) EarthModel |
LngLatToECEFProjection.model
Earth model to use
|
(package private) EarthModel |
LngLatToECEFProjection.Parameterizer.model
Earth model to use.
|
private EarthModel |
LatLngToECEFProjection.model
Earth model to use.
|
(package private) EarthModel |
LatLngToECEFProjection.Parameterizer.model
Earth model to use.
|
Constructor and Description |
---|
LatLngToECEFProjection(EarthModel model)
Constructor.
|
LngLatToECEFProjection(EarthModel model)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private EarthModel |
LngLatToECEFFilter.model
Earth model to use.
|
private EarthModel |
LngLatToECEFFilter.Parameterizer.model
Earth model to use.
|
private EarthModel |
LatLngToECEFFilter.model
Earth model to use.
|
private EarthModel |
LatLngToECEFFilter.Parameterizer.model
Earth model to use.
|
Constructor and Description |
---|
LatLngToECEFFilter(EarthModel model)
Constructor.
|
LngLatToECEFFilter(EarthModel model)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private EarthModel |
LngLatDistanceFunction.model
Earth model to use.
|
(package private) EarthModel |
LngLatDistanceFunction.Parameterizer.model
Earth model used.
|
private EarthModel |
LatLngDistanceFunction.model
Earth model to use.
|
(package private) EarthModel |
LatLngDistanceFunction.Parameterizer.model
Earth model used.
|
(package private) EarthModel |
DimensionSelectingLatLngDistanceFunction.model
Earth model used.
|
(package private) EarthModel |
DimensionSelectingLatLngDistanceFunction.Parameterizer.model
Earth model used.
|
Constructor and Description |
---|
DimensionSelectingLatLngDistanceFunction(int dimlat,
int dimlng,
EarthModel model)
Constructor.
|
LatLngDistanceFunction(EarthModel model)
Constructor.
|
LngLatDistanceFunction(EarthModel model)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) EarthModel |
LngLatAsECEFIndex.Factory.Parameterizer.model
Earth model to use.
|
(package private) EarthModel |
LatLngAsECEFIndex.Factory.Parameterizer.model
Earth model to use.
|
Constructor and Description |
---|
LatLngAsECEFIndex.Factory(IndexFactory<O,?> inner,
boolean materialize,
boolean norefine,
EarthModel model)
Constructor.
|
LngLatAsECEFIndex.Factory(IndexFactory<O,?> inner,
boolean materialize,
boolean norefine,
EarthModel model)
Constructor.
|
Modifier and Type | Class and 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!)
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.