public class ISBIndex extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ISBIndex.ISBNode |
static class |
ISBIndex.ISBSearchResult |
Constructor and Description |
---|
ISBIndex(double radius,
double fra) |
Modifier and Type | Method and Description |
---|---|
void |
Insert(ISBIndex.ISBNode node) |
Vector<ISBIndex.ISBSearchResult> |
RangeSearch(ISBIndex.ISBNode node,
double radius) |
void |
Remove(ISBIndex.ISBNode node) |
public Vector<ISBIndex.ISBSearchResult> RangeSearch(ISBIndex.ISBNode node, double radius)
public void Insert(ISBIndex.ISBNode node)
public void Remove(ISBIndex.ISBNode node)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.