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 TypeMethodDescriptionvoid
addAll
(ArithmeticOperators copy) boolean
Provided functions.int
hashCode()
boolean
Indicates if simple arithmetic is provided.void
setSimpleArithmetic
(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:ArithmeticOperators
Indicates if simple arithmetic is provided.<xsd:element ref="ogc:SimpleArithmetic"/>
- Specified by:
hasSimpleArithmetic
in interfaceArithmeticOperators
-
getFunctions
Description copied from interface:ArithmeticOperators
Provided functions.<xsd:element name="Functions" type="ogc:FunctionsType"/>
- Specified by:
getFunctions
in interfaceArithmeticOperators
-
addAll
-
toString
-
hashCode
public int hashCode() -
equals
-