|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTemporalOperatorImpl
public class TemporalOperatorImpl
Constructor Summary | |
---|---|
TemporalOperatorImpl(String name)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Equals should be implemented simply in terms of getName() |
String |
getName()
Name of supported Operator. |
Collection<Name> |
getTemporalOperands()
The operands accepted by this temporal operator. |
int |
hashCode()
HashCode should be implemented simply in terms of getName(). |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemporalOperatorImpl(String name)
Method Detail |
---|
public String getName()
Operator
Each filter subclass has an associated name (such as BBOX or EqualsTo), you can use this name to determine if a matching Operator is defined as part of FilterCapabilities.
getName
in interface Operator
public Collection<Name> getTemporalOperands()
TemporalOperator
getTemporalOperands
in interface TemporalOperator
public int hashCode()
Operator
hashCode
in interface Operator
hashCode
in class Object
public boolean equals(Object obj)
Operator
equals
in interface Operator
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |