public class CswQueryFilterTransformer extends Object implements QueryFilterTransformer
| Constructor and Description |
|---|
CswQueryFilterTransformer(CswRecordMap recordMap,
AttributeRegistry attributeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
transform(QueryRequest queryRequest,
Map<String,Serializable> properties)
Transforms a
QueryRequest. |
public CswQueryFilterTransformer(CswRecordMap recordMap, AttributeRegistry attributeRegistry)
public QueryRequest transform(QueryRequest queryRequest, Map<String,Serializable> properties)
QueryFilterTransformerQueryRequest. QueryRequest is used in order to allow the
transformer to directly modify other properties (e.g. sourceId) based on criteria without
requiring the endpoint to modify the request after conversiontransform in interface QueryFilterTransformerqueryRequest - - the QueryRequest to transformproperties - - a map of additional properties to be used by the transformerQueryRequestThis work is licensed under a Creative Commons Attribution 4.0 International License.