Package org.geotools.filter.capability
Class ArithmeticOperatorsImpl
- Object
-
- ArithmeticOperatorsImpl
-
- All Implemented Interfaces:
ArithmeticOperators
public class ArithmeticOperatorsImpl extends Object implements ArithmeticOperators
Implementation of the ArithmeticOperators interface.- Author:
- Justin Deoliveira, The Open Planning Project
-
-
Constructor Summary
Constructors Constructor Description ArithmeticOperatorsImpl()
ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
ArithmeticOperatorsImpl(ArithmeticOperators copy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAll(ArithmeticOperators copy)
boolean
equals(Object obj)
FunctionsImpl
getFunctions()
Provided functions.int
hashCode()
boolean
hasSimpleArithmetic()
Indicates if simple arithmetic is provided.void
setSimpleArithmetic(boolean simpleArithmetic)
String
toString()
-
-
-
Constructor Detail
-
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl()
-
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
-
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(ArithmeticOperators copy)
-
-
Method Detail
-
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
public FunctionsImpl getFunctions()
Description copied from interface:ArithmeticOperators
Provided functions.<xsd:element name="Functions" type="ogc:FunctionsType"/>
- Specified by:
getFunctions
in interfaceArithmeticOperators
-
addAll
public void addAll(ArithmeticOperators copy)
-
-