Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U UrbanDataPlatformCatalog
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Jobs
Collapse sidebar
  • iCityDigitalTwinFramework
  • UrbanDataPlatformCatalog
  • Wiki
  • Request citygml objects from 3dcityDB using WFS BBOX API calls
Last edited by Sven Schneider 3 years ago
Page history

Request citygml objects from 3dcityDB using WFS BBOX API calls

1 Select server and end-point and database and Bounding Box (BBOX) coordinates:

Note: depending on the wfs-implementation the database is already predefined in wfs-endpoint

Server: 193.196.137.147

DB: stuttgartdb on above server:

Endpoint: http://193.196.137.147:8080/wfs

select BBOX coordinates

Say we have selected these coordinates to retrieve all objects that are within the BBOX from the wfs 3514855.4 , 5397531.76 , 3514877.521 , 5397549.18

2 Send request to get data via API:

we need to construct the following query:

http://193.196.137.147:8080/wfs?
SERVICE=WFS&VERSION=2.0.0&
REQUEST=GetFeature&
TYPENAMES=bldg:Building&
BBOX=3514855.4,5397531.76,3514877.521,5397549.18

3 Response

Response is a xml or a file or an error message if no objects are within the defined BBOX in the database. If more than one element is returned, the response is a <wfs:FeatureCollection> see response.gml file for full response.

response.gml

Clone repository
  • Get Object from 3dcityDB by ID using WFS API call
  • How to import citygml into 3DcityDB with the Importer
    • How to import citygml into 3DcityDB with the 3DcityDB Importer Exporter tool
  • Request citygml objects from 3dcityDB using WFS BBOX API calls
  • Home

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal