public interface NumericalExpressionBuilder
Filter based on a numerical value.| Modifier and Type | Method and Description |
|---|---|
org.opengis.filter.Filter |
number(double arg)
Complete building a
Filter with the previously specified operation using a double as an argument |
org.opengis.filter.Filter |
number(float arg)
Complete building a
Filter with the previously specified operation using a floatas an argument |
org.opengis.filter.Filter |
number(int arg)
Complete building a
Filter with the previously specified operation using an int
as an argument |
org.opengis.filter.Filter |
number(long arg)
Complete building a
Filter with the previously specified operation using a long
as an argument |
org.opengis.filter.Filter |
number(short arg)
Complete building a
Filter with the previously specified operation using a short as an argument |
org.opengis.filter.Filter number(int arg)
Filter with the previously specified operation using an int
as an argumentarg - - int number to filter onFilterorg.opengis.filter.Filter number(short arg)
Filter with the previously specified operation using a short as an argumentarg - - double number to filter onFilterorg.opengis.filter.Filter number(float arg)
Filter with the previously specified operation using a floatas an argumentarg - - float number to filter onFilterorg.opengis.filter.Filter number(double arg)
Filter with the previously specified operation using a double as an argumentarg - - double number to filter onFilterorg.opengis.filter.Filter number(long arg)
Filter with the previously specified operation using a long
as an argumentarg - - long number to filter onFilterThis work is licensed under a Creative Commons Attribution 4.0 International License.