@XmlElement(value="During") public interface During extends BinaryTemporalOperator
The During operator is defined by ISO 19108 and has the following semantics:
t1,t2 | t1[],t2 | t1,t2[] | t1[],t2[] |
n/a | n/a | t2.start < t1 < t2.end | t1.start > t2.start and t1.end < t2.end |
http://portal.opengeospatial.org/files/?artifact_id=39968
MultiValuedFilter.MatchAction
getExpression1, getExpression2
getMatchAction
static final String NAME
Copyright © 1996–2023 Geotools. All rights reserved.