1 / 2

Anwendung Kartographie (1)

Anwendung Kartographie (1).

temima
Download Presentation

Anwendung Kartographie (1)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Anwendung Kartographie (1) Relationales Schema:relation Punkt(PID, X, Y);relation Kreis(KRID, PID, Radius);relation Polygon(PGID, PID, Reihenfolge);relation Linienzug(LZID, PID, Reihenfolge);relation Staat(StaatName, Begrenzung);relation Stadt(StadtName, Begrenzung);relation See(SeeName, Begrenzung);relation Meer(MeerName, Verlauf);relation Fluss(FlussName, Verlauf);    relation MündetIn(Fluss, FlussOderMeer);relation FliesstDurch(Fluss, SeeOderStaat);relation LiegtAn(Stadt, SeeOderFlussOderMeer);relation LiegtIn(Stadt, Staat);

  2. Anwendung Kartographie (2) Beispiele: • “Deutsche Städte, die am Rhein liegen”: StadtName(StaatName = 'Deutschland' (LiegtIn) bSeeOderFlußOderMeer = 'Rhein' (LiegtAn) • “Deutsche Flüsse, die in die Nordsee fließen”: FlussName(SeeOderStaat = 'Deutschland' (FliesstDurch) bFlußOderMeer = ’Nordsee' (MündetIn) • “Deutsche Flüsse, die - direkt oder indirekt - ihre Wasser in die Nordsee entleeren”: Nicht darstellbar!

More Related