org.geotools.filter.capability
Class SpatialOperatorImpl

Object
  extended by OperatorImpl
      extended by SpatialOperatorImpl
All Implemented Interfaces:
Operator, SpatialOperator

public class SpatialOperatorImpl
extends OperatorImpl
implements SpatialOperator

Implementation of the SpatialOperator interface.

Author:
Justin Deoliveira, The Open Planning Project
Module:
modules/library/main (gt-main.jar)

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

Constructor Detail

SpatialOperatorImpl

public SpatialOperatorImpl(String name)

SpatialOperatorImpl

public SpatialOperatorImpl(String name,
                           Collection<GeometryOperand> geometryOperands)

SpatialOperatorImpl

public SpatialOperatorImpl(String name,
                           GeometryOperand[] geometryOperands)

SpatialOperatorImpl

public SpatialOperatorImpl(SpatialOperator copy)
Method Detail

setGeometryOperands

public void setGeometryOperands(Collection<GeometryOperand> geometryOperands)

getGeometryOperands

public Collection<GeometryOperand> getGeometryOperands()
Specified by:
getGeometryOperands in interface SpatialOperator

addAll

public void addAll(SpatialOperator copy)


Copyright © 1996-2010 Geotools. All Rights Reserved.