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