GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

12
GIS Web Services mit Geoserver Oliver Archner BayCEER 2010

Transcript of GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Page 1: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

GIS Web Services mit Geoserver

Oliver ArchnerBayCEER 2010

Page 2: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Inhalte

• WebService– Standard (W3C)– GIS WebService (OGC)

• Geoserver – Architektur– Veröffentlichen von Services mit Geoserver– Zugriff auf Geoserver Services

Page 3: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

WebService Definition (W3C)

• Server Dienst für externe Anwendungen• Definition der Dienstfunktionen (WSDL)• Kommunikation über Simple Object Access

Protokoll (SOAP)• Übertragungsprotokoll (HTTP,...)

Page 4: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

GIS Web Services (OGC)

Web Feature Service (WFS)

Web Mapping Services (WMS)

Web Coverage Service (WCS)

Page 5: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

OGC Web Service Functions•g

etCapabilities

•getFeature

WFS

•getCapabilities

•getMap

WMS

•getCapabilities

•getCoverage

WCS

Page 6: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

OGC Web Services Klienten

WFSWCSWMS

Static Web Page

DynamicWeb Page ArcGIS

gvSIG

Page 7: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Beispiel WMS Requesthttp://bti3x3.bayceer.uni-bayreuth.de/geoserver/wms?request=GetMap&layers=steinkreuz:Luftbild,steinkreuz:ZaunUTM&bbox=4388855.63,5526689.382,4390693.436,5528043.4&width=512&height=377&srs=EPSG:31468&format=image/png

Page 8: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Geoserver IO

InputVector Data Sources• Shapefiles• ArcSDE 9.2+ • PostGIS Database • Directory of spatial files • Java Properties Files • Web Feature ServerRaster Data Sources• ArcGrid• ArcSDE Raster • GeoTIFF • Gtopo30 • ImageMosaic • WorldImage

Output• WF

S• WM

S• WC

S

Page 9: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Systemarchitektur

Page 10: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Online Access

http://bti3x3.bayceer.uni-bayreuth.de/geoserver/

User: uploadPassword: arcgis

Page 11: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Demo: Veröffentlichen von Shape Daten als WFS

1. Kopiere Shape auf Server 2. Konfiguration WFS Geoserver3. Zugriff auf WFS mit ArcCatalog

Page 12: GIS Web Services mit Geoserver Oliver Archner BayCEER 2010.

Demo: Veröffentlichen von ArcSDE Layern als WFS

1. ArcCatalog: Export Shape in DB (Funktioniert nur mit ArcInfo Lizenz !)

2. Geoserver: Konfiguration WFS3. ArcCatalog: Zugriff auf WFS