
| Class | Description | 
|---|---|
| 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). 
 | 
| LatLngAsECEFIndex.Factory<O extends NumberVector<?>> | 
 Index factory. 
 | 
| LatLngAsECEFIndex.Factory.Parameterizer<O extends NumberVector<?>> | 
 Parameterization 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). 
 | 
| LngLatAsECEFIndex.Factory<O extends NumberVector<?>> | 
 Index factory. 
 | 
| LngLatAsECEFIndex.Factory.Parameterizer<O extends NumberVector<?>> | 
 Parameterization class. 
 | 
| PINN<O extends NumberVector<?>> | 
 Projection-Indexed nearest-neighbors (PINN) is an index to retrieve the
 nearest neighbors in high dimensional spaces by using a random projection
 based index. 
 | 
| PINN.Parameterizer<O extends NumberVector<?>> | 
 Parameterization class. 
 | 
| ProjectedIndex<O,I> | 
 Class to index data in an arbitrary projection only. 
 | 
| ProjectedIndex.Factory<O,I> | 
 Index factory. 
 | 
| ProjectedIndex.Factory.Parameterizer<O,I> | 
 Parameterization class. 
 | 
Projected indexes for data.