public class FunctionObjectArgument extends Object
Constructor and Description |
---|
FunctionObjectArgument() |
Modifier and Type | Method and Description |
---|---|
ArithmeticOperand |
getAdd() |
Object |
getBbox() |
ArithmeticOperand |
getDiv() |
Function |
getFunction() |
Object |
getGeometry() |
ArithmeticOperand |
getMul() |
String |
getProperty() |
ArithmeticOperand |
getSub() |
Object |
getTemporalValue() |
void |
setAdd(ArithmeticOperand add) |
void |
setBbox(Object bbox) |
void |
setDiv(ArithmeticOperand div) |
void |
setFunction(Function function) |
void |
setGeometry(Object geometry) |
void |
setMul(ArithmeticOperand mul) |
void |
setProperty(String property) |
void |
setSub(ArithmeticOperand sub) |
void |
setTemporalValue(Object temporalValue) |
public String getProperty()
public void setProperty(String property)
public Function getFunction()
public void setFunction(Function function)
public Object getGeometry()
public void setGeometry(Object geometry)
public Object getBbox()
public void setBbox(Object bbox)
public Object getTemporalValue()
public void setTemporalValue(Object temporalValue)
public ArithmeticOperand getAdd()
public void setAdd(ArithmeticOperand add)
public ArithmeticOperand getSub()
public void setSub(ArithmeticOperand sub)
public ArithmeticOperand getMul()
public void setMul(ArithmeticOperand mul)
public ArithmeticOperand getDiv()
public void setDiv(ArithmeticOperand div)
Copyright © 1996–2021 Geotools. All rights reserved.