public interface NumericalRangeExpressionBuilder
| Modifier and Type | Method and Description |
|---|---|
org.opengis.filter.Filter |
numbers(Double arg0,
Double arg1)
Completes building a Numerical Range Filter, using a range between two numbers of type
Double |
org.opengis.filter.Filter |
numbers(Float arg0,
Float arg1)
Completes building a Numerical Range Filter, using a range between two numbers of type
Float |
org.opengis.filter.Filter |
numbers(Integer arg0,
Integer arg1)
Completes building a Numerical Range Filter, using a range between two
Integers |
org.opengis.filter.Filter |
numbers(Long arg0,
Long arg1)
Completes building a Numerical Range Filter, using a range between two
Longs |
org.opengis.filter.Filter |
numbers(Short arg0,
Short arg1)
Completes building a Numerical Range Filter, using a range between two numbers of type
Short |
org.opengis.filter.Filter numbers(Integer arg0, Integer arg1)
Integersorg.opengis.filter.Filter numbers(Long arg0, Long arg1)
Longsorg.opengis.filter.Filter numbers(Short arg0, Short arg1)
Shortorg.opengis.filter.Filter numbers(Float arg0, Float arg1)
FloatThis work is licensed under a Creative Commons Attribution 4.0 International License.