| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.index.projected | 
 Projected indexes for data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LatLngAsECEFIndex<O extends NumberVector<?>>
Index a 2d data set (consisting of Lat/Lng pairs) by using a projection to 3D
 coordinates (WGS-86 to ECEF). 
 | 
class  | 
LngLatAsECEFIndex<O extends NumberVector<?>>
Index a 2d data set (consisting of Lng/Lat pairs) by using a projection to 3D
 coordinates (WGS-86 to ECEF). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectedIndex<O,O> | 
LatLngAsECEFIndex.Factory.instantiate(Relation<O> relation)  | 
ProjectedIndex<O,I> | 
ProjectedIndex.Factory.instantiate(Relation<O> relation)  | 
ProjectedIndex<O,O> | 
LngLatAsECEFIndex.Factory.instantiate(Relation<O> relation)  |