Uses of Interface
org.geotools.api.filter.capability.Operator
Packages that use Operator
-
Uses of Operator in net.opengis.fes20
Subinterfaces of Operator in net.opengis.fes20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Comparison Operator Type'.interfaceA representation of the model object 'Spatial Operator Type'.Methods in net.opengis.fes20 that return types with arguments of type OperatorModifier and TypeMethodDescriptionEList<Operator>ComparisonOperatorsType.getOperators()Returns the value of the 'Comparison Operator' containment reference list. -
Uses of Operator in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement OperatorModifier and TypeClassDescriptionclassAn implementation of the model object 'Comparison Operator Type'.classAn implementation of the model object 'Spatial Operator Type'.Methods in net.opengis.fes20.impl that return OperatorMethods in net.opengis.fes20.impl that return types with arguments of type Operator -
Uses of Operator in org.geotools.api.filter
Methods in org.geotools.api.filter that return OperatorMethods in org.geotools.api.filter with parameters of type OperatorModifier and TypeMethodDescriptionFilterFactory.comparisonOperators(Operator... comparisonOperators) comparison operators -
Uses of Operator in org.geotools.api.filter.capability
Subinterfaces of Operator in org.geotools.api.filter.capabilityModifier and TypeInterfaceDescriptioninterfaceFunction description provided in a filter capabilities.interfaceIndicates support for the named spatial operator.interfaceA named temporal operator.Methods in org.geotools.api.filter.capability that return OperatorModifier and TypeMethodDescriptionComparisonOperators.getOperator(String name) Looks up an operator by name, returning null if no such operator found.Methods in org.geotools.api.filter.capability that return types with arguments of type OperatorModifier and TypeMethodDescriptionComparisonOperators.getOperators()Provided comparison operators. -
Uses of Operator in org.geotools.filter
Methods in org.geotools.filter that return OperatorMethods in org.geotools.filter with parameters of type OperatorModifier and TypeMethodDescriptionFilterFactoryImpl.comparisonOperators(Operator... comparisonOperators) -
Uses of Operator in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement OperatorModifier and TypeClassDescriptionclassImplementation of the FunctionName interface.classImplementation of the Operator interface.classImplementation of the SpatialOperator interface.classMethods in org.geotools.filter.capability that return OperatorMethods in org.geotools.filter.capability that return types with arguments of type OperatorMethod parameters in org.geotools.filter.capability with type arguments of type OperatorModifier and TypeMethodDescriptionvoidComparisonOperatorsImpl.setOperators(Collection<Operator> operators) Constructors in org.geotools.filter.capability with parameters of type OperatorModifierConstructorDescriptionComparisonOperatorsImpl(Operator... operators) OperatorImpl(Operator copy) Constructor parameters in org.geotools.filter.capability with type arguments of type Operator