gps in wpf

1
GPS in WPF S erver clsValidator binary .pth Path Select Window Show Map Window Record Window Presentation Tier getPath Logic Tier PolylineCreator Class MakeHandler Class Validate Data Tier Read from GPS record path w riteMarker getData createPolyline Markers XML Markers XSD sa ve pa th Validate read/ write read file <?xml version=”1.0” encoding=”utf- 8” ?> <Markers> <Marker> <Name>Café Greg</Name> <Latitude>32.7763</Latitude> <Longitude>35.0249</Longitude> <Type>cafe</Type> </Marker> <Marker> <Name>Fishbach Computer Farm</Name> <Latitude>32.777</Latitude> <Longitude>35.0245</Longitude> Windows Presentation Foundation (Avalon) Separation of Appearance and Behavior Appearance – XAML Behavior – programming language (C#, Visual Basic, etc.) Highly customizable Resolution independence (logical units) Record a path while you walk, drive or travel the world using a GPS receiver! Mark your favorite places – café shops, parks, stations, cinemas, schools, restaurants, swimming pools and many more! Display them all together on a map with your chosen colors! Students: Ziv Dayan & Viki Kravchenko Instructor: Viktor Kulikov Using NMEA 0183 specification to read data from GPS receivers Using Google Static Maps API queries and polylines to get the maps Using Expression Blend 3 as the developing environment Using Binary files and XML files to load and store data

Upload: emlyn

Post on 15-Feb-2016

44 views

Category:

Documents


1 download

DESCRIPTION

GPS in WPF. Students: Ziv Dayan & Viki Kravchenko Instructor: Viktor Kulikov. Path Select Window. Show Map Window. Record Window. getPath. Presentation Tier. Record a path while you walk, drive or travel the world using a GPS receiver! - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: GPS in WPF

GPS in WPF

Server

clsValidator

binary.pth

Path Select Window

Show Map Window

Record Window

PresentationTier

getPath

Logic Tier PolylineCreator Class

MakeHandlerClass

Validate

Data Tier

Read from GPS

reco

rd p

ath writeMarker

getData

createPolyline

MarkersXML

MarkersXSD

save path

Validate read/write

read file

<?xml version=”1.0” encoding=”utf-8” ?><Markers> <Marker> <Name>Café Greg</Name> <Latitude>32.7763</Latitude> <Longitude>35.0249</Longitude> <Type>cafe</Type> </Marker> <Marker> <Name>Fishbach Computer Farm</Name> <Latitude>32.777</Latitude> <Longitude>35.0245</Longitude> <Type>computer</Type> </Marker></Markers>

• Windows Presentation Foundation (Avalon)

• Separation of Appearance and Behavior– Appearance – XAML– Behavior – programming language(C#, Visual Basic, etc.)

• Highly customizable

• Resolution independence (logical units)

• Record a path while you walk, drive or travel the world using a GPS receiver!

• Mark your favorite places – café shops, parks, stations, cinemas, schools, restaurants, swimming pools and many more!

• Display them all together on a map with your chosen colors!

Students: Ziv Dayan & Viki KravchenkoInstructor: Viktor Kulikov

• Using NMEA 0183 specification to read data from GPS receivers

• Using Google Static Maps API queries and polylines to get the maps

• Using Expression Blend 3 as the developing environment

• Using Binary files and XML files to load and store data