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 ComparisonOperatorTypeFes20Factory. 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 classComparisonOperatorTypeImplAn implementation of the model object 'Comparison Operator Type'.Methods in net.opengis.fes20.impl that return ComparisonOperatorType Modifier and Type Method Description ComparisonOperatorTypeFes20FactoryImpl. 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 TFes20Switch. caseComparisonOperatorType(ComparisonOperatorType object)Returns the result of interpreting the object as an instance of 'Comparison Operator Type'.booleanFes20Validator. validateComparisonOperatorType(ComparisonOperatorType comparisonOperatorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-