public class WFSQueryBuilder extends Object
| Constructor and Description |
|---|
WFSQueryBuilder()
Instantiates a new WFS query builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(WFSParameter param,
List<String> values,
String separtor)
Adds the parameter.
|
void |
addParameter(WFSParameter param,
String value)
Adds the parameter.
|
String |
getQuery()
Gets the query.
|
public void addParameter(WFSParameter param, String value)
param - the paramvalue - the valuepublic void addParameter(WFSParameter param, List<String> values, String separtor)
param - the paramvalues - the valuessepartor - the separtorpublic String getQuery()
Copyright © 2022. All Rights Reserved.