Sample Queries
- 001 - Find all buildings whose bldg:measuredHeight attribute has a values less than ‘ 50’
- 002 - Find all buildings having a generic string attribute with the name ‘area’ and the value ’ 20’
- 003 - Find all buildings having an external reference to an information system ‘http://somewhere’ , where there exists an external object with the name ‘FOO’
- 004 - Find all buildings having at least an appearance with the both ‘ summer ’ and ‘ winter ’ theme
- 005 - Find all buildings having a wall surface whose gml:name equals to ‘west wall’
- 006 - Find all buildings having a door whose gml:name equals to ‘ west door’ , and the door is associated with a wall surface whose gml:name equals to ‘ west wall’
- 007 - Find all buildings having at least four wall surfaces and at least one door object
- 008 - Find all buildings having at least a door whose address contains the street name ‘Einbahnstrasse’
- 009 - Find all buildings having ONLY a LoD2 spatial representation and no other LoDs (nested features are not considered)
- 010 - Find all buildings having at least a LoD2 spatial representation (nested features are considered
- 011 - Find all buildings having a spatial representation in at least one of a selected LoDs e.g. [1, 2, 3] representation (nested features are considered)
- 012 - Find all buildings having a spatial representation in all of a selected LoDs e.g. [1, 2, 3] (nested features are considered)
- 013 - Find all city objects whose envelope stored in gml:boundedBy is not disjoint with a given bounding box
- 014 - Find all city furniture features whose envelope geometry is within the distance of 80 meters from a given point location
- 015 - Find all buildings having a nested bldg:GroundSurface feature whose bldg:lod2MultiSurface property intersects a given 2D polygon
- 016 - Find all buildings having one or more nested bldg:GroundSurface features whose bldg:lod2MultiSurface property is disjoint with a given 2D polygon