org.opengis.filter.temporal
Interface AnyInteracts
- All Superinterfaces:
- BinaryTemporalOperator, Filter, MultiValuedFilter
- All Known Implementing Classes:
- AnyInteractsImpl
@XmlElement(value="AnyInteracts")
public interface AnyInteracts
- extends BinaryTemporalOperator
Filter operator that determines if two temporal periods interact in any way as defined by the
Filter Encoding Specification.
The OverlappedBy operator is defined as a shortcut for the following:
NOT (Before OR Meets OR MetBy OR After).
- 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.