org.geotools.filter.capability
Class SpatialOperatorImpl
java.lang.Object
org.geotools.filter.capability.OperatorImpl
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
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.filter.capability.Operator |
equals, getName, hashCode |
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)
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.