public interface EqualityExpressionBuilder
PropertyIsEqualTo
Filter
.Modifier and Type | Method and Description |
---|---|
org.opengis.filter.Filter |
bool(boolean arg)
Completes building the
Filter based on a boolean value |
org.opengis.filter.Filter |
bytes(byte[] bytes)
Completes building the
Filter based on byte value |
org.opengis.filter.Filter |
date(Date date)
Completes building the
Filter based on a Date |
org.opengis.filter.Filter |
dateRange(Date begin,
Date end)
Completes building the
Filter based on a range defined by two Date instances |
org.opengis.filter.Filter |
number(double arg)
Completes building the
Filter based on a double |
org.opengis.filter.Filter |
number(float arg)
Completes building the
Filter based on a float |
org.opengis.filter.Filter |
number(int arg)
Completes building the
Filter based on a int |
org.opengis.filter.Filter |
number(long arg)
Completes building the
Filter based on a long |
org.opengis.filter.Filter |
number(short arg)
Completes building the
Filter based on a short |
org.opengis.filter.Filter |
text(String text)
Completes building the
Filter based on a text value |
org.opengis.filter.Filter |
wkt(String wkt)
Completes building the
Filter based on a WKT shape |
org.opengis.filter.Filter number(float arg)
Filter
based on a floatarg
- - float argumentFilter
org.opengis.filter.Filter number(double arg)
Filter
based on a doublearg
- - double argumentFilter
org.opengis.filter.Filter number(int arg)
Filter
based on a intarg
- - int argumentFilter
org.opengis.filter.Filter number(short arg)
Filter
based on a shortarg
- - short argumentFilter
org.opengis.filter.Filter number(long arg)
Filter
based on a longarg
- - long argumentFilter
org.opengis.filter.Filter wkt(String wkt)
Filter
based on a WKT shapewkt
- - WKT-defined shape (2D)Filter
org.opengis.filter.Filter date(Date date)
Filter
based on a Date
date
- - Date
Filter
org.opengis.filter.Filter dateRange(Date begin, Date end)
Filter
based on a range defined by two Date
instancesorg.opengis.filter.Filter bool(boolean arg)
Filter
based on a boolean valuearg
- - boolean value to filter onFilter
org.opengis.filter.Filter bytes(byte[] bytes)
Filter
based on byte valuebytes
- byte arrayFilter
This work is licensed under a Creative Commons Attribution 4.0 International License.