org.geotools.filter.capability
Class ArithmeticOperatorsImpl
java.lang.Object
org.geotools.filter.capability.ArithmeticOperatorsImpl
- All Implemented Interfaces:
- org.opengis.filter.capability.ArithmeticOperators
public class ArithmeticOperatorsImpl
- extends java.lang.Object
- implements org.opengis.filter.capability.ArithmeticOperators
Implementation of the ArithmeticOperators interface.
- Author:
- Justin Deoliveira, The Open Planning Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl()
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(boolean simpleArtithmetic,
org.opengis.filter.capability.Functions functions)
ArithmeticOperatorsImpl
public ArithmeticOperatorsImpl(org.opengis.filter.capability.ArithmeticOperators copy)
setSimpleArithmetic
public void setSimpleArithmetic(boolean simpleArithmetic)
hasSimpleArithmetic
public boolean hasSimpleArithmetic()
- Specified by:
hasSimpleArithmetic
in interface org.opengis.filter.capability.ArithmeticOperators
getFunctions
public FunctionsImpl getFunctions()
- Specified by:
getFunctions
in interface org.opengis.filter.capability.ArithmeticOperators
addAll
public void addAll(org.opengis.filter.capability.ArithmeticOperators copy)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1996-2010 Geotools. All Rights Reserved.