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

Constructor Summary
ArithmeticOperatorsImpl()
           
ArithmeticOperatorsImpl(ArithmeticOperators copy)
           
ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
           
 
Method Summary
 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()
           
 
Methods inherited from class Object
clone, finalize, getClass, 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()
Description copied from interface: ArithmeticOperators
Indicates if simple arithmetic is provided.

 <xsd:element ref="ogc:SimpleArithmetic"/>
 

Specified by:
hasSimpleArithmetic in interface ArithmeticOperators

getFunctions

public FunctionsImpl getFunctions()
Description copied from interface: ArithmeticOperators
Provided functions.

 <xsd:element name="Functions" type="ogc:FunctionsType"/>
 

Specified by:
getFunctions in interface ArithmeticOperators

addAll

public void addAll(ArithmeticOperators copy)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 1996-2014 Geotools. All Rights Reserved.