org.opengis.filter.spatial
Interface Touches

All Superinterfaces:
BinarySpatialOperator, BoundedSpatialOperator, Filter, SpatialOperator

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

Concrete binary spatial operator that evaluates to true if the feature's geometry touches, but does not overlap with the geometry held by this object.

Since:
GeoAPI 2.0
Version:
Implementation specification 1.0

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 Filter
accept, evaluate
 

Field Detail

NAME

static final String NAME
Operator name used to check FilterCapabilities

See Also:
Constant Field Values


Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.