Home | Previous Page | Next Page   Developing DataBlade Modules That Use the R-Tree Secondary Access Method >

Setting Up Nearest-Neighbor Searching

To enable users of a datablade module to perform nearest-neighbor searches, your datablade module must provide one or more strategy functions in your R-tree operator class, which are set up as nearest-neighbor functions.

You need to provide documentation to your users that explains how to perform nearest-neighbor searches.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]