org.opengis.filter.capability
Interface SpatialOperator

Show UML class diagram
All Superinterfaces:
Operator

public interface SpatialOperator
extends Operator

Indicates support for the named spatial operator.

The filter that is supported is indicated by the getName() field, these names matc

Each filter subclass has an associated name, you can use this name to determine if a matching SpatialOperator is defined as part of FilterCapabilities.


Method Summary
 Collection<GeometryOperand> getGeometryOperands()
          Returns the geometryOperands.
 
Methods inherited from interface Operator
equals, getName, hashCode
 

Method Detail

getGeometryOperands

Collection<GeometryOperand> getGeometryOperands()
Returns the geometryOperands.



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