IFilter.ComparisonOperators
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_IS_BETWEEN |
static String |
PROPERTY_IS_EQUAL_TO |
static String |
PROPERTY_IS_GREATER_THAN |
static String |
PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO |
static String |
PROPERTY_IS_LESS_THAN |
static String |
PROPERTY_IS_LESS_THAN_OR_EQUAL_TO |
static String |
PROPERTY_IS_LIKE |
static String |
PROPERTY_IS_NOT_EQUAL_TO |
static String |
PROPERTY_IS_NULL |
Constructor and Description |
---|
ComparisonFilter(String filterType) |
ComparisonFilter(String filterType,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
String |
getFilterType()
returns the type of filter (e.g.
|
String |
getPropertyName() |
void |
setPropertyName(String propertyName) |
String |
toString() |
String |
toXML()
creates a string representation of this filter in xml-format.
|
public static final String PROPERTY_IS_EQUAL_TO
public static final String PROPERTY_IS_NOT_EQUAL_TO
public static final String PROPERTY_IS_LESS_THAN
public static final String PROPERTY_IS_GREATER_THAN
public static final String PROPERTY_IS_LESS_THAN_OR_EQUAL_TO
public static final String PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO
public static final String PROPERTY_IS_LIKE
public static final String PROPERTY_IS_NULL
public static final String PROPERTY_IS_BETWEEN
public ComparisonFilter(String filterType)
public String getFilterType()
IFilter
getFilterType
in interface IFilter
public String getPropertyName()
public void setPropertyName(String propertyName)
public String toXML()
<Filter> <PropertyIsLessThan> <PropertyName>DEPTH</PropertyName> <Literal>30</Literal> </PropertyIsLessThan> </Filter>
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.