A number of applications can use stored spatial data to provide spatial search services for a user. The applications can include mobile or stationary mapping systems, which can include map rendering, spatial object search, path search, directions and positioning.
It is often the case that the user wishes to locate an object in a given coordinate system and gain further information about that object. In a complex database with many objects it can be a problem to quickly find the object that is closest to the input position. Especially, if the system is memory constrained as in a mobile navigation device.
One embodiment of the present invention is a computer-implemented method comprising a search system that searches nodes of a tree 102 for the nearest object. The tree can be constructed for a set of objects, each with a spatial coordinate key(s) such that nodes in the tree correspond to a bounding box that is bounding a subset of these objects. The search can find the nearest object to a position.
In one embodiment, the bounding boxes of the tree nodes below the root only cover regions where objects are present. This can optimize the storage of the objects and the retrieval of the potential nearest objects. Similarly, in one embodiment, the bounding boxes of children nodes only cover regions where objects are present. The bounding box of the root node can be such that it does not include some regions without relevant objects.
In one embodiment, latitude and longitude coordinates can be used. For example, digits of the latitude and longitude coordinates can be interlaced in the string key as described below.
The precision of encoded object key increases at every node on a path from the root to a leaf. The extent of the associated bounding boxes decreases from the root to a leaf. The extent can be intrinsic to the coordinate key system. For example, the extent can be one unit of distance at the highest precision of the key for a given direction. One example of an interlaced coordinate system discussed below has the extent of the bounding box in either coordinate direction decreasing by a factor of ten for each child node.
In an alternate embodiment, stored extent values can be used.
In one embodiment, the leaf nodes can point to multiple objects. The tree can be constructed to yield leaf nodes that tend to maximize the number of objects in a leaf based on a given criteria. In one embodiment, the specified pruning criteria is that each tree node at least objects in its offspring, otherwise that branch can be pruned and objects assigned to leaf nodes.
A maximum search radius value can be maintained to bound the search. The search radius value can be decreased based on bounding box information. The minimum and the maximum distance from a position to each node can be calculated using node bounding boxes. Nodes can be eliminated from consideration based on the maximum search radius value. In one example, nodes whose bounding box has a minimum distance from a position greater than the maximum search radius can be ignored.
Object key information for a node can be sufficient to encode a bounding box corner position and extent. In one example, when coordinate information is interlaced, a corner, such as the lower left corner, of the node's bounding box can be determined by de-interlaced coordinates, and the extent of the bounding box for each coordinate can be determined from the make-up of the coordinates.
The computer-implemented method can be part of a map system 100 or a navigation system. The objects can include spatial objects such as road segments, points of interest (POIs) or other spatial objects. The spatial objects can be indicated by one or more coordinates.
One embodiment of the present invention is a system 100 comprising an application 104. The application 104 can include an interface to obtain a position. The application can use a spatial search that searches nodes of a tree for the nearest object. The tree 102 can be based on a spatial key encoded with coordinates such that a node in the tree corresponds to a bounding box that is bounding a subset of these objects. The search can find the nearest object to a position.
The application 104 can have a map display 102. The application can use non-visual means to convey information to a user such as an aural presentation.
One example of how object coordinates can be used to create a tree is given as follows:
To create a key from a latitude and a longitude:
This spatial key can be used to build the coordinate index a. Precision of the key can increase at every node on the path from the root to a leaf.
For storage and retrieval optimization, leaf node keys in the index can be truncated to equal their parent's key, thus forcing leaves to merge, This can require the search to follow object references to the object store for the final step in selecting the nearest object
A nearest search can be implemented on the tree 102. The bounding box of each node on the search path can be restored from the node's spatial key. To retrieve node bounding box for the spatial search:
In one embodiment, to compute node's lower left corner and spatial extent of its bounding box:
To complete the computation of node's lower left corner, translate string latitude and longitude into integer coordinates and return the integers into the original coordinate space.
Node bounding box can be computed from the lower left corner integer latitude and longitude coordinates of the lower left corner and the spatial extend
The leaf node 210 can point to an object in the object store 216, or store an object directly. The object can contain name and other information, as well as one or more coordinates. In one example, the object coordinates can be a road segment midpoints or endpoints. The pointer can thus be used to locate the object with the specific latitude and longitude coordinates in the bounding box 202.
As described in the U.S. Patent Application, ADAPTIVE INDEX WITH VARIABLE COMPRESSION, Ser. No. 60/806,366, (corresponding to attorney docket number TELA-07780US0), filed on Jun. 30, 2006 and hereby incorporated by reference, the leaf node can contain multiple references to objects. In the example of
An exemplary search on the node tree is described below:
Spatial search on adaptive compressed index
Given a point P with coordinate's lat, lon:
Read root node r and restore its bounding box
Compute maximum radius maxR from P to the farthest location in the root
ReturnValue can be a tuple (object, distance); it can be computed by the following procedure:
In
The max and min distance for each bounding box of the children nodes can then be obtained (step 306 ). As shown in
The maxR can be set to the shortest of the maxDs of the children nodes if it is less than the current maxR (this is step 308 of
In
In
In
Node f is then checked and found to have child node g. Node g has a minD >maxR so the method ends and the nearest object among those found in node e is determined to be the nearest object to the position. The user can be given an indication of this object in a map display, a menu, or via some other type of user interface. For example, the name of the road can be displayed to the user and the road can be highlighted on the map, or the name of the road can be output via a text-to-speech digitizer.
In one embodiment, tree nodes can store indications of other search criteria. The nearest search can use the indications to implement an n-dimensional search. For example, in one embodiment, the searches can be filtered by category. The indications can include indications of categories that are included or not included in a bounding box of a node.
For example, a search for the closest restaurant to a position can eliminate from the search tree nodes that do not indicate presence of restaurants in their children.
In one embodiment, the nodes can store POI category exclusion information to simplify and speed up a search for a specific category. The exclusion information can indicate that no object in the bounding box for the node is in the category.
One embodiment may be implemented using a conventional general purpose of a specialized digital computer or microprocessor(s) programmed according to the teachings of the present disclosure, as will be apparent to those skilled in the computer art. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present discloser, as will be apparent to those skilled in the software art. The invention may also be implemented by the preparation of integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be readily apparent to those skilled in the art.
One embodiment includes a computer program product which is a storage medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the features present herein. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, micro drive, and magneto-optical disks, ROMs, Rams, EPROMs, EEPROMs, DRAMs, flash memory of media or device suitable for storing instructions and/or data stored on any one of the computer readable medium (media), the present invention includes software for controlling both the hardware of the general purpose/specialized computer or microprocessor, and for enabling the computer or microprocessor to interact with a human user or other mechanism utilizing the results of the present invention. Such software may include, but is not limited to, device drivers, operating systems, execution environments/containers, and user applications.
The forgoing description of preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the relevant arts. For example, steps preformed in the embodiments of the invention disclosed can be performed in alternate orders, certain steps can be omitted, and additional steps can be added. The embodiments where chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular used contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.
This application claims priority from the following co-pending applications, which are hereby incorporated in their entirety: U.S. Provisional Application No. 60/806,366 entitled: “ADAPTIVE INDEX WITH VARIABLE COMPRESSION”, by Tsia Kuznetsov, et al., filed Jun. 30, 2006, (Attorney Docket No. TELA-07780US0) and U.S. Provisional Application No. 60/806,367 entitled: “NEAREST SEARCH ON ADAPTIVE INDEX WITH VARIABLE COMPRESSION”, by Tsia Kuznetsov, filed Jun. 30, 2006, (Attorney Docket No. TELA-07781US0).
Number | Date | Country | |
---|---|---|---|
60806367 | Jun 2006 | US | |
60806366 | Jun 2006 | US |