| Constructor and Description |
|---|
FilterCreator() |
| Modifier and Type | Method and Description |
|---|---|
Element |
createIdentifierFilter(OutputSchema outputSchema,
String identifier)
Creates an PropertyIsEqualTo filter for 'Identifier', an existing identifier is retrieved from the DataSampler.
|
public Element createIdentifierFilter(OutputSchema outputSchema, String identifier)
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>Identifier</ogc:PropertyName>
<ogc:Literal>${literalValue}</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
outputSchema - the requested outputSchema, never nullidentifier - the identifier to filter for, never nullnull if no identifier could be foundCopyright © 2018 Open Geospatial Consortium. All rights reserved.