| Constructor and Description |
|---|
WfsKvpRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKvp(String key,
String value)
Add a new key value pair.
|
String |
asQueryString() |
void |
removeKvp(String key)
Removes the KVP with the passed key, if existing.
|
public void addKvp(String key, String value)
null the KVP will be ignored.key - never nullvalue - may be nullpublic String asQueryString()
public void removeKvp(String key)
key - of the KVP to remove, may be null (nothing happens)Copyright © 2022 Open Geospatial Consortium. All rights reserved.