org.opengis.filter.temporal
Interface TContains
- All Superinterfaces:
- BinaryTemporalOperator, Filter, MultiValuedFilter
- All Known Implementing Classes:
- TContainsImpl
@XmlElement(value="TContains")
public interface TContains
- extends BinaryTemporalOperator
Filter operator that determines if a temporal object contains another temporal object as defined
by the Filter Encoding Specification.
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 |
- Since:
- 8.0
- Author:
- Justin Deoliveira, OpenGeo
- See Also:
http://portal.opengeospatial.org/files/?artifact_id=39968
NAME
static final String NAME
- Operator name
- See Also:
- Constant Field Values
Copyright © 1996-2014 Geotools. All Rights Reserved.