Uses of Interface
net.opengis.fes20.ComparisonOperatorType
-
Packages that use ComparisonOperatorType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ComparisonOperatorType in net.opengis.fes20
Methods in net.opengis.fes20 that return ComparisonOperatorType Modifier and Type Method Description ComparisonOperatorType
Fes20Factory. createComparisonOperatorType()
Returns a new object of class 'Comparison Operator Type'. -
Uses of ComparisonOperatorType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ComparisonOperatorType Modifier and Type Class Description class
ComparisonOperatorTypeImpl
An implementation of the model object 'Comparison Operator Type'.Methods in net.opengis.fes20.impl that return ComparisonOperatorType Modifier and Type Method Description ComparisonOperatorType
Fes20FactoryImpl. createComparisonOperatorType()
-
Uses of ComparisonOperatorType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ComparisonOperatorType Modifier and Type Method Description T
Fes20Switch. caseComparisonOperatorType(ComparisonOperatorType object)
Returns the result of interpreting the object as an instance of 'Comparison Operator Type'.boolean
Fes20Validator. validateComparisonOperatorType(ComparisonOperatorType comparisonOperatorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-