@XmlElement(value="TOverlaps") public interface TOverlaps extends BinaryTemporalOperator
The TOverlaps operator is defined by ISO 19108 and has the following semantics:
t1,t2 | t1[],t2 | t1,t2[] | t1[],t2[] |
n/a | n/a | n/a | t1.start < t2.start and t1.end > 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.