|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComparisonOperators
Supported comparison operators in a filter capabilities document.
<xsd:complexType name="ComparisonOperatorsType"> <xsd:sequence maxOccurs="unbounded"> <xsd:element name="ComparisonOperator" type="ogc:ComparisonOperatorType"/> </xsd:sequence> </xsd:complexType>
Method Summary | |
---|---|
Operator |
getOperator(String name)
Looks up an operator by name, returning null if no such operator found. |
Operator[] |
getOperators()
Provided comparison operators. |
Method Detail |
---|
Operator[] getOperators()
<xsd:element name="ComparisonOperator" type="ogc:ComparisonOperatorType"/>
Operator getOperator(String name)
name
- the name of the operator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |