org.deegree.protocol.sos.filter
Class DurationFilter
java.lang.Object
org.deegree.protocol.sos.filter.DurationFilter
- All Implemented Interfaces:
- Filter, TimeFilter
public class DurationFilter
- extends Object
- implements TimeFilter
- Version:
- $Revision: 19378 $, $Date: 2009-08-28 10:26:53 +0200 (Fr, 28 Aug 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: aionita $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DurationFilter
public DurationFilter(Date begin,
Date end)
- Parameters:
begin - end -
DurationFilter
public DurationFilter(Date begin,
boolean inclusiveBegin,
Date end,
boolean inclusiveEnd)
- Parameters:
begin - inclusiveBegin - if the date is includedend - inclusiveEnd - if the date is included
getBegin
public Date getBegin()
- Returns:
- the begin date
isInclusiveBegin
public boolean isInclusiveBegin()
- Returns:
- true if the begin date in included
getEnd
public Date getEnd()
- Returns:
- the end date
isInclusiveEnd
public boolean isInclusiveEnd()
- Returns:
- true if the end date in included
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>