org.geotools.filter.capability
Class ArithmeticOperatorsImpl

Object
  extended by ArithmeticOperatorsImpl
All Implemented Interfaces:
ArithmeticOperators

public class ArithmeticOperatorsImpl
extends Object
implements ArithmeticOperators

Implementation of the ArithmeticOperators interface.

Author:
Justin Deoliveira, The Open Planning Project
Module:
modules/library/main (gt-main.jar)

Constructor Summary
ArithmeticOperatorsImpl()
           
ArithmeticOperatorsImpl(ArithmeticOperators copy)
           
ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
           
 
Method Summary
 void addAll(ArithmeticOperators copy)
           
 FunctionsImpl getFunctions()
           
 boolean hasSimpleArithmetic()
           
 void setSimpleArithmetic(boolean simpleArithmetic)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()
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.