0% found this document useful (0 votes)
532 views2 pages

Web GIS Final Paper

This document contains instructions and questions for a final exam consisting of theory and practical components. The theory exam contains 3 questions about geospatial information on the internet, web GIS architecture, and definitions of geospatial terms. The practical exam contains 2 questions - the first asks to draw a line on a map between 3 locations using JavaScript code, and the second asks to produce online coverage maps indicating radio station service areas based on location and radius information provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
532 views2 pages

Web GIS Final Paper

This document contains instructions and questions for a final exam consisting of theory and practical components. The theory exam contains 3 questions about geospatial information on the internet, web GIS architecture, and definitions of geospatial terms. The practical exam contains 2 questions - the first asks to draw a line on a map between 3 locations using JavaScript code, and the second asks to produce online coverage maps indicating radio station service areas based on location and radius information provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Answer all questions

(90 Minutes-50 Marks For


each question)
Final Examination (Theory)
1. Distributing geospatial information on the internet is an enforcing factor for
information providers. Internet allows all level of society to access geospatial
information, and provides media for processing geographic information with
no location restrictions.
a. What is the difference between Internet GIS and Traditional Desktop
GIS?
b. What are the additional advantages that can be gained in terms of
data management, if web based geo database solution is adopted?
c. Explain two main approaches in handling geospatial data
transmission in web GIS. Explain the answer with examples.
d. What are the advantages and disadvantages of think client
architecture

2. In performing the GIS analysis task web GIS is similar to the client
server typical three-tier architecture
a. Explain briefly the 3 tire architecture of internet enabled GIS and
function of the each component
b. What are the differences between client full approach and server
push approach?
c. How we can use Application Programming Interface (API) for the
Web GIS application development explain your answer with
examples.
d. Give a definition for the open source software and explain the
concepts

3. Briefly Explain 5 of the following terms with their usage


a.
b.
c.
d.
e.
f.
g.

Geo Browser
Web Browser
HTML5 and Web Mapping
File Server
Database Server
Web Page
KML for Thematic Mapping

Answer all questions


(90 Minutes-10Mark)
Final Examination (Practical)
1. Answer all questions
a. Use given java script in the box to develop a line that is drawn
through a main three towns define in the myTrip variable.

varmyTrip = [borella,narahenpita,IHRA];
varflightPath = new google.maps.Polyline({
path:myTrip,
strokeColor:"#0000FF",
strokeOpacity:0.8,
strokeWeight:2
});
b.

Produce online coverage maps to indicate to users of the station's intended


service area based on given information

Location
kandy
jaffna
colombo
galle
trincoma

Lat
lon
7.21531 80.6723
9.75529 80.1244
6.88712 79.8866
5.96462 80.6751
8.43771 81.2351

lee

Sample sou
varmyCity = new google.maps.Circle({
center:amsterdam,
radius:20000,
strokeColor:"#0000FF",
strokeOpacity:0.8,
strokeWeight:2,
fillColor:"#0000FF",
fillOpacity:0.4
});

radius
10km

fillColor
#FF000

20km

0
#FF66F

30km

F
#00FF9

5km

9
#3333F

45km

F
#66006
6

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy