Package org.geotools.filter.capability
Class ArithmeticOperatorsImpl
Object
ArithmeticOperatorsImpl
- All Implemented Interfaces:
ArithmeticOperators
Implementation of the ArithmeticOperators interface.
- Author:
- Justin Deoliveira, The Open Planning Project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(ArithmeticOperators copy) booleanProvided functions.inthashCode()booleanIndicates if simple arithmetic is provided.voidsetSimpleArithmetic(boolean simpleArithmetic) toString()
-
Constructor Details
-
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl() -
ArithmeticOperatorsImpl
-
ArithmeticOperatorsImpl
-
-
Method Details
-
setSimpleArithmetic
public void setSimpleArithmetic(boolean simpleArithmetic) -
hasSimpleArithmetic
public boolean hasSimpleArithmetic()Description copied from interface:ArithmeticOperatorsIndicates if simple arithmetic is provided.<xsd:element ref="ogc:SimpleArithmetic"/>
- Specified by:
hasSimpleArithmeticin interfaceArithmeticOperators
-
getFunctions
Description copied from interface:ArithmeticOperatorsProvided functions.<xsd:element name="Functions" type="ogc:FunctionsType"/>
- Specified by:
getFunctionsin interfaceArithmeticOperators
-
addAll
-
toString
-
hashCode
public int hashCode() -
equals
-