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
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl()
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(boolean simpleArtithmetic,
Functions functions)
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(ArithmeticOperators copy)
setSimpleArithmetic
public void setSimpleArithmetic(boolean simpleArithmetic)
hasSimpleArithmetic
public boolean hasSimpleArithmetic()
- Specified by:
hasSimpleArithmetic
in interface ArithmeticOperators
getFunctions
public FunctionsImpl getFunctions()
- Specified by:
getFunctions
in interface ArithmeticOperators
addAll
public void addAll(ArithmeticOperators copy)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1996-2009 Geotools. All Rights Reserved.