public final class GeotoolsTemporalRangeExpressionBuilder extends Object implements TemporalRangeExpressionBuilder
| Modifier and Type | Method and Description |
|---|---|
protected org.opengis.filter.Filter |
build() |
protected org.opengis.filter.Filter |
build(Object arg) |
protected org.opengis.filter.Filter |
build(Object arg0,
Object arg1) |
org.opengis.filter.Filter |
dates(Date date,
Date date2)
|
protected ddf.catalog.filter.proxy.builder.Operator |
getOperator() |
protected Object |
getSecondaryValue() |
protected Object |
getValue() |
org.opengis.filter.Filter |
last(long l)
|
org.opengis.filter.Filter |
next(long l)
|
protected void |
setArguments(List<org.opengis.filter.expression.Expression> arguments) |
protected void |
setAttribute(String attribute) |
protected void |
setFunctionName(String functionName) |
protected void |
setOperator(ddf.catalog.filter.proxy.builder.Operator operator) |
protected void |
setSecondaryValue(Object arg1) |
protected void |
setValue(Object value) |
org.opengis.geometry.Geometry |
toGeometry(String wkt) |
public org.opengis.filter.Filter dates(Date date, Date date2)
TemporalRangeExpressionBuilderFilter matching Metacards where the indicated Attribute is a time between the specified datesdates in interface TemporalRangeExpressionBuilderdate - - the Date indicating the beginning of the range (inclusive)date2 - - the Date indicating the end of the range (inclusive)Filterpublic org.opengis.filter.Filter last(long l)
TemporalRangeExpressionBuilderFilter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the past (inclusive)last in interface TemporalRangeExpressionBuilderFilterpublic org.opengis.filter.Filter next(long l)
TemporalRangeExpressionBuilderFilter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the future (inclusive)next in interface TemporalRangeExpressionBuilderFilterprotected org.opengis.filter.Filter build()
protected org.opengis.filter.Filter build(Object arg)
protected void setFunctionName(String functionName)
protected void setArguments(List<org.opengis.filter.expression.Expression> arguments)
protected void setAttribute(String attribute)
attribute - the attribute to setprotected ddf.catalog.filter.proxy.builder.Operator getOperator()
protected void setOperator(ddf.catalog.filter.proxy.builder.Operator operator)
operator - the operator to setprotected Object getSecondaryValue()
protected void setSecondaryValue(Object arg1)
protected Object getValue()
protected void setValue(Object value)
value - the value to setpublic org.opengis.geometry.Geometry toGeometry(String wkt)
This work is licensed under a Creative Commons Attribution 4.0 International License.