|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilter
This interface encapsulates the behaviour of an Filter which is conform to the OGC Filter Encoding Specification 1.1.0
Nested Class Summary | |
---|---|
static class |
IFilter.ComparisonOperators
enum represents the possible logical comparison operators as defined in OGC Filter Schema |
Field Summary | |
---|---|
static String |
AND
|
static String |
NOT
|
static String |
OR
|
Method Summary | |
---|---|
String |
getFilterType()
returns the type of filter (e.g. |
String |
toXML()
creates a string representation of the filter in xml-format |
Field Detail |
---|
static final String AND
static final String OR
static final String NOT
Method Detail |
---|
String getFilterType()
String toXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |