Git Product home page Git Product logo

Comments (4)

clausnagel avatar clausnagel commented on August 25, 2024

Per default, the WFS only advertises the CityGML Building feature type. If you want to query other feature types, then simply add them to the config.xml file and reload the config afterwards.

from web-feature-service.

SurajitChowbey avatar SurajitChowbey commented on August 25, 2024

Thanks, it working.
I have some queries,

  1. if want to explicitly specify the respective ObjectClass in the XML body, is there is a way to do that?
    As it will decrease the query execution time.

    ex:
    select co.id, co.objectclass_id, count(1) over () as match_all from cityobject co where co.objectclass_id in (26, 5) and co.gmlid = ? order by co.id

    above query will be then as following:

    select co.id, co.objectclass_id, count(1) over () as match_all from cityobject co where co.objectclass_id in (5) and co.gmlid = ? order by co.id

  2. Is there is a way to limit the no of properties it will return by specifying which properties I want to be in the result or in any other way?

Thanks for your time.

from web-feature-service.

clausnagel avatar clausnagel commented on August 25, 2024

The current implementation of the 3DCityDB WFS only supports the Simple WFS conformance class (for more details see the WFS specification).

This means that the GetFeatureById query is in fact the only supported operation for requesting features. And this query only takes the gml:id as parameter - it neither supports providing the requested feature types nor limiting the feature properties.

At my company virtualcitySYSTEMS, we offer a much more sophisticated WFS implementation for the 3DCityDB, which provides the functionality you are looking for. Simply drop me an email if you are interested.

from web-feature-service.

clausnagel avatar clausnagel commented on August 25, 2024

Closing this issue. Feel free to re-open if there are follow-up questions.

from web-feature-service.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.