Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Spatial queries can be expressed in terms of query regions of shapes other than the rectangle windows we have discussed in class. Popularly, a query

image text in transcribed

Spatial queries can be expressed in terms of query regions of shapes other than the rectangle "windows" we have discussed in class. Popularly, a query can be expressed using a circle (e.g., a circular range search query can retrieve all hotels within 1km from one's current location) 1. Provide an analytical answer to the following question: Given a point p and a rectangle r in 2d space, what is the minimum distance between p and any point in r? [hint: consider regions of space with respect to the rectangle r] 2. We can employ an R-tree as index in order to evaluate a circular range search query. In order to do so, we need to solve the following problem: Given a rectangle r (the MBR of an R-tree node) and a circle c in 2d space (the query region), determine whether they intersect. Propose an efficient method that solves the above problem [hint: utilize your answer to question (1)] 3. The C-tree, by analogy to the R-tree, is another common spatial index used for evaluating spatial queries. Instead of using MBRs, as the R-tree does, the C-tree employs minimum bounding circles, i.e., circles of minimum area that enclose indexed objects and data points. The figure in the next page shows a C-tree indexing a set of points {a,b,c,d,e.f,g). Each minimum bounding circle is represented by its center and radius. For example, entry C? in the tree stores a triplet

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2006 Edbt 2006 Workshops Phd Datax Iidb Iiha Icsnw Qlqp Pim Parma And Reactivity On The Web Munich Germany March 2006 Revised Selected Papers Lncs 4254

Authors: Torsten Grust ,Hagen Hopfner ,Arantza Illarramendi ,Stefan Jablonski ,Marco Mesiti ,Sascha Muller ,Paula-Lavinia Patranjan ,Kai-Uwe Sattler ,Myra Spiliopoulou ,Jef Wijsen

2006th Edition

3540467882, 978-3540467885

More Books

Students also viewed these Databases questions

Question

Evaluate 3x - x for x = -2 Answer:

Answered: 1 week ago