• Keine Ergebnisse gefunden

Exercises for Spatial Databases and GIS Sheet 5 (until 01.12.2017)

N/A
N/A
Protected

Academic year: 2021

Aktie "Exercises for Spatial Databases and GIS Sheet 5 (until 01.12.2017)"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Exercises for Spatial Databases and GIS

Institut für Informationssysteme – TU Braunschweig - http://www.ifis.cs.tu-bs.de

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher

Exercises for Spatial Databases and GIS Sheet 5 (until 01.12.2017)

Exercise 1 (Spatial Queries and Core SQL)

Give one SQL-Statement that retrieves the point having the shortest distance to the straight line segment with id 1, given the relations below:

POINT( id : integer, x : double, y : double)

LINESEGMENT( id : integer, xStart : double, yStart : double, m : double, b : double, xEnd : double, yEnd : double)

m and b are the values for the equation: y= mx +b

Exercise 2 (Overlay Operations)

Which geometry type(s) does the result of the following operations have?

1. Intersection of two lines

2. Intersection of a point and a polygon 3. Subtraction of a line from a polygon 4. Subtraction of a point from a line 5. Union of two polygons

6. Union of a polygon and a line

Referenzen

ÄHNLICHE DOKUMENTE

1. Which topological relations may occur between two spatial objects if the given topo- logical relation exists between their conservative/ progressive approximations?. a) Disjoint

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher2. Exercises for Spatial Databases and GIS Sheet

Given the relations above, construct one SQL query that retrieves for one polygon all points, which are not points of the polygon, but lie within the polygon. Which

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher.. Exercises for Spatial Databases and GIS Sheet

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher.. Exercises for Spatial Databases and GIS Sheet

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher?. Exercises for Spatial Databases and GIS Sheet

1. Which topological relations may occur between two spatial objects if the given topo- logical relation exists between their conservative/ progressive approximations?.. a) Disjoint

Technische Universität Braunschweig Institut für Informationssysteme http://www.ifis.cs.tu-bs.de Karl Neumann, Sarah Tauscher.. Exercises for Spatial Databases and GIS Sheet