org.geotools.filter.capability
Class OperatorImpl
java.lang.Object
org.geotools.filter.capability.OperatorImpl
- All Implemented Interfaces:
- org.opengis.filter.capability.Operator
- Direct Known Subclasses:
- FunctionNameImpl, SpatialOperatorImpl
public class OperatorImpl
- extends java.lang.Object
- implements org.opengis.filter.capability.Operator
Implementation of the Operator interface.
- Author:
- Justin Deoliveira, The Open Planning Project
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
OperatorImpl
public OperatorImpl(java.lang.String name)
OperatorImpl
public OperatorImpl(org.opengis.filter.capability.Operator copy)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.opengis.filter.capability.Operator
hashCode
public int hashCode()
- Specified by:
hashCode
in interface org.opengis.filter.capability.Operator
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface org.opengis.filter.capability.Operator
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1996-2010 Geotools. All Rights Reserved.