public interface IFilter
Modifier and Type | Interface and Description |
---|---|
static class |
IFilter.ComparisonOperators
enum represents the possible logical comparison operators as defined in OGC Filter Schema
|
Modifier and Type | Field and Description |
---|---|
static String |
AND |
static String |
NOT |
static String |
OR |
Modifier and Type | Method and Description |
---|---|
String |
getFilterType()
returns the type of filter (e.g.
|
String |
toXML()
creates a string representation of the filter in xml-format
|
static final String AND
static final String OR
static final String NOT
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.