
O - Object typeN - Node typeE - Entry typeI - Index typepublic abstract class AbstractRStarTreeFactory<O extends NumberVector<?>,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,I extends AbstractRStarTree<N,E,S> & Index,S extends AbstractRTreeSettings> extends PagedIndexFactory<O,I>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractRStarTreeFactory.Parameterizer<O extends NumberVector<?>,S extends AbstractRTreeSettings>
Parameterization class.
|
| Constructor and Description |
|---|
AbstractRStarTreeFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
makePageFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstantiateprotected S extends AbstractRTreeSettings settings
public AbstractRStarTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory - Page file factorysettings - Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactory