org.geotools.filter.capability
Class SpatialOperatorImpl

java.lang.Object
  extended by org.geotools.filter.capability.OperatorImpl
      extended by org.geotools.filter.capability.SpatialOperatorImpl
All Implemented Interfaces:
org.opengis.filter.capability.Operator, org.opengis.filter.capability.SpatialOperator

public class SpatialOperatorImpl
extends OperatorImpl
implements org.opengis.filter.capability.SpatialOperator

Implementation of the SpatialOperator interface.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
SpatialOperatorImpl(org.opengis.filter.capability.SpatialOperator copy)
           
SpatialOperatorImpl(java.lang.String name)
           
SpatialOperatorImpl(java.lang.String name, java.util.Collection<org.opengis.filter.capability.GeometryOperand> geometryOperands)
           
SpatialOperatorImpl(java.lang.String name, org.opengis.filter.capability.GeometryOperand[] geometryOperands)
           
 
Method Summary
 void addAll(org.opengis.filter.capability.SpatialOperator copy)
           
 java.util.Collection<org.opengis.filter.capability.GeometryOperand> getGeometryOperands()
           
 void setGeometryOperands(java.util.Collection<org.opengis.filter.capability.GeometryOperand> geometryOperands)
           
 
Methods inherited from class org.geotools.filter.capability.OperatorImpl
equals, getName, hashCode, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.filter.capability.Operator
equals, getName, hashCode
 

Constructor Detail

SpatialOperatorImpl

public SpatialOperatorImpl(java.lang.String name)

SpatialOperatorImpl

public SpatialOperatorImpl(java.lang.String name,
                           java.util.Collection<org.opengis.filter.capability.GeometryOperand> geometryOperands)

SpatialOperatorImpl

public SpatialOperatorImpl(java.lang.String name,
                           org.opengis.filter.capability.GeometryOperand[] geometryOperands)

SpatialOperatorImpl

public SpatialOperatorImpl(org.opengis.filter.capability.SpatialOperator copy)
Method Detail

setGeometryOperands

public void setGeometryOperands(java.util.Collection<org.opengis.filter.capability.GeometryOperand> geometryOperands)

getGeometryOperands

public java.util.Collection<org.opengis.filter.capability.GeometryOperand> getGeometryOperands()
Specified by:
getGeometryOperands in interface org.opengis.filter.capability.SpatialOperator

addAll

public void addAll(org.opengis.filter.capability.SpatialOperator copy)


Copyright © 1996-2010 Geotools. All Rights Reserved.