Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the past (inclusive)
Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the future (inclusive)
Method Details
dates
org.geotools.api.filter.Filterdates(Date start,
Date end)
Create a Filter matching Metacards where the indicated Attribute is a time between the specified dates
Parameters:
start - - the Date indicating the beginning of the range (inclusive)
end - - the Date indicating the end of the range (inclusive)
Returns:
Filter
last
org.geotools.api.filter.Filterlast(long millis)
Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the past (inclusive)
Parameters:
millis -
Returns:
Filter
next
org.geotools.api.filter.Filternext(long millis)
Create a Filter matching Metacards where the indicated Attribute is a time between now and the specified number of milliseconds in
the future (inclusive)