Long John Silver created an issue |
WFS / GetFeature request: make all KVP available with GetFeatureRequest object |
Issue Type: |
Improvement |
---|---|
Affects Versions: |
2.20.0 |
Assignee: |
Unassigned |
Components: |
WFS |
Created: |
23/Sep/21 10:21 AM |
Priority: |
Highest |
Reporter: |
Plugin development may need to access vendor specific parameters submitted with a WFS GetFeature request. The proposed code change is very simple, as it adds the not existing setter function setExtendedProperties() to populate all KVP into the existing slot for “extendedProperties”. One can later use the existing getter function getExtendedProperties() from Request.java for fetching the “rawKVP”: > GetFeatureRequest wfsRequest = GetFeatureRequest.adapt(operation.getParameters()[0]); Proposed change to set the “extendedProperty” in GetFeatureRequest.java: > public void setExtendedProperties(Map<String, Object> vsp) which requires to add one line of code to the GetFeatureKvpRequestReader.java, function read(…): > req.setExtendedProperties(kvp); |
Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS |
|
This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100178-sha1:b30d6b7) |