public class ArithmeticOperatorsImpl extends Object implements ArithmeticOperators
Constructor and Description |
---|
ArithmeticOperatorsImpl() |
ArithmeticOperatorsImpl(ArithmeticOperators copy) |
ArithmeticOperatorsImpl(boolean simpleArtithmetic,
Functions functions) |
Modifier and Type | Method and 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() |
public ArithmeticOperatorsImpl()
public ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
public ArithmeticOperatorsImpl(ArithmeticOperators copy)
public void setSimpleArithmetic(boolean simpleArithmetic)
public boolean hasSimpleArithmetic()
ArithmeticOperators
<xsd:element ref="ogc:SimpleArithmetic"/>
hasSimpleArithmetic
in interface ArithmeticOperators
public FunctionsImpl getFunctions()
ArithmeticOperators
<xsd:element name="Functions" type="ogc:FunctionsType"/>
getFunctions
in interface ArithmeticOperators
public void addAll(ArithmeticOperators copy)
Copyright © 1996–2023 Geotools. All rights reserved.