org.opengis.filter.spatial
Interface Crosses

All Superinterfaces:
BinarySpatialOperator, BoundedSpatialOperator, Filter, MultiValuedFilter, SpatialOperator
All Known Implementing Classes:
CrossesImpl

@XmlElement(value="Crosses")
public interface Crosses
extends BinarySpatialOperator, BoundedSpatialOperator

Concrete binary spatial operator that evaluates to true if the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).

Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)

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

Field Detail

NAME

static final String NAME
Operator name used to check FilterCapabilities

See Also:
Constant Field Values


Copyright © 1996-2014 Geotools. All Rights Reserved.