public interface ScalarCapabilities
<xsd:complexType name="Scalar_CapabilitiesType"> <xsd:sequence> <xsd:element ref="ogc:LogicalOperators" minOccurs="0" maxOccurs="1"/> <xsd:element name="ComparisonOperators" type="ogc:ComparisonOperatorsType" minOccurs="0" maxOccurs="1"/> minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
Modifier and Type | Method and Description |
---|---|
ArithmeticOperators |
getArithmeticOperators()
Provided arithmetic operators.
|
ComparisonOperators |
getComparisonOperators()
Provided comparison operators.
|
boolean |
hasLogicalOperators()
Indicates if logical operator support is provided.
|
boolean hasLogicalOperators()
<xsd:element ref="ogc:LogicalOperators" minOccurs="0" maxOccurs="1"/>
@UML(identifier="comparisonOperators", specification=UNSPECIFIED) ComparisonOperators getComparisonOperators()
<xsd:element name="ComparisonOperators" type="ogc:ComparisonOperatorsType" minOccurs="0" maxOccurs="1"/>
@UML(identifier="arithmeticOperators", specification=UNSPECIFIED) ArithmeticOperators getArithmeticOperators()
<xsd:element name="ComparisonOperators" type="ogc:ComparisonOperatorsType" minOccurs="0" maxOccurs="1"/>
Copyright © 1996–2023 Geotools. All rights reserved.