
O - Outer object type.public static class LatLngAsECEFIndex.Factory.Parameterizer<O extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
(package private) IndexFactory<O,?> | 
inner
Inner index factory. 
 | 
(package private) boolean | 
materialize
Whether to use a materialized view, or a virtual view. 
 | 
(package private) EarthModel | 
model
Earth model to use. 
 | 
(package private) boolean | 
norefine
Disable refinement of distances. 
 | 
| Constructor and Description | 
|---|
LatLngAsECEFIndex.Factory.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected LatLngAsECEFIndex.Factory<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeIndexFactory<O extends NumberVector<?>,?> inner
boolean materialize
boolean norefine
EarthModel model
public LatLngAsECEFIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected LatLngAsECEFIndex.Factory<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer