|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArithmeticOperators
Supported arithmetic operators in a filter capabilities document.
<xsd:complexType name="ArithmeticOperatorsType"> <xsd:choice maxOccurs="unbounded"> <xsd:element ref="ogc:SimpleArithmetic"/> <xsd:element name="Functions" type="ogc:FunctionsType"/> </xsd:choice> </xsd:complexType>
Method Summary | |
---|---|
Functions |
getFunctions()
Provided functions. |
boolean |
hasSimpleArithmetic()
Indicates if simple arithmetic is provided. |
Method Detail |
---|
boolean hasSimpleArithmetic()
<xsd:element ref="ogc:SimpleArithmetic"/>
Functions getFunctions()
<xsd:element name="Functions" type="ogc:FunctionsType"/>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |