org.opengis.filter.temporal
Interface After

All Superinterfaces:
BinaryTemporalOperator, Filter, MultiValuedFilter
All Known Implementing Classes:
AfterImpl

@XmlElement(value="After")
public interface After
extends BinaryTemporalOperator

Filter operator that determines if a temporal object is after another temporal object as defined by the Filter Encoding Specification.

The After operator is defined by ISO 19108 and has the following semantics:

t1,t2t1[],t2t1,t2[]t1[],t2[]
t1 > t2t1.start > t2t1 > t2.endt1.start > t2.end

Since:
8.0
Author:
Justin Deoliveira, OpenGeo
See Also:
http://portal.opengeospatial.org/files/?artifact_id=39968

Nested Class Summary
 
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
 
Field Summary
static String NAME
          Operator name
 
Fields inherited from interface Filter
EXCLUDE, INCLUDE
 
Method Summary
 
Methods inherited from interface BinaryTemporalOperator
getExpression1, getExpression2
 
Methods inherited from interface MultiValuedFilter
getMatchAction
 
Methods inherited from interface Filter
accept, evaluate
 

Field Detail

NAME

static final String NAME
Operator name

See Also:
Constant Field Values


Copyright © 1996-2014 Geotools. All Rights Reserved.