In this section, we present and analyze our access method named CircularTrip. As described
earlier, given a radius
and a query location
, CircularTrip returns a set of cells
so that all the cells in it intersect the circle of radius
with center at
. Formally,
. Figure
shows an example where CircularTrip returns all the shaded cells. In Section
,
for the sake of simplicity we present CircularTrip for 2 dimensional grid structure then we will
discuss its extension to higher dimensions in Section
.