Uses of Interface
org.geotools.api.filter.capability.Operator
-
Packages that use Operator Package Description net.opengis.fes20 net.opengis.fes20.impl org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.capability org.geotools.filter org.geotools.filter.capability -
-
Uses of Operator in net.opengis.fes20
Subinterfaces of Operator in net.opengis.fes20 Modifier and Type Interface Description interface
ComparisonOperatorType
A representation of the model object 'Comparison Operator Type'.interface
SpatialOperatorType
A representation of the model object 'Spatial Operator Type'.Methods in net.opengis.fes20 that return types with arguments of type Operator Modifier and Type Method Description EList<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 Operator Modifier and Type Class Description class
ComparisonOperatorTypeImpl
An implementation of the model object 'Comparison Operator Type'.class
SpatialOperatorTypeImpl
An implementation of the model object 'Spatial Operator Type'.Methods in net.opengis.fes20.impl that return Operator Modifier and Type Method Description Operator
ComparisonOperatorsTypeImpl. getOperator(String name)
Methods in net.opengis.fes20.impl that return types with arguments of type Operator Modifier and Type Method Description EList<Operator>
ComparisonOperatorsTypeImpl. getOperators()
-
Uses of Operator in org.geotools.api.filter
Methods in org.geotools.api.filter that return Operator Modifier and Type Method Description Operator
FilterFactory. operator(String name)
operatorsMethods in org.geotools.api.filter with parameters of type Operator Modifier and Type Method Description ComparisonOperators
FilterFactory. comparisonOperators(Operator... comparisonOperators)
comparison operators -
Uses of Operator in org.geotools.api.filter.capability
Subinterfaces of Operator in org.geotools.api.filter.capability Modifier and Type Interface Description interface
FunctionName
Function description provided in a filter capabilities.interface
SpatialOperator
Indicates support for the named spatial operator.interface
TemporalOperator
A named temporal operator.Methods in org.geotools.api.filter.capability that return Operator Modifier and Type Method Description Operator
ComparisonOperators. 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 Operator Modifier and Type Method Description Collection<Operator>
ComparisonOperators. getOperators()
Provided comparison operators. -
Uses of Operator in org.geotools.filter
Methods in org.geotools.filter that return Operator Modifier and Type Method Description Operator
FilterFactoryImpl. operator(String name)
Methods in org.geotools.filter with parameters of type Operator Modifier and Type Method Description ComparisonOperators
FilterFactoryImpl. comparisonOperators(Operator[] comparisonOperators)
-
Uses of Operator in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement Operator Modifier and Type Class Description class
FunctionNameImpl
Implementation of the FunctionName interface.class
OperatorImpl
Implementation of the Operator interface.class
SpatialOperatorImpl
Implementation of the SpatialOperator interface.class
TemporalOperatorImpl
Methods in org.geotools.filter.capability that return Operator Modifier and Type Method Description Operator
ComparisonOperatorsImpl. getOperator(String name)
Methods in org.geotools.filter.capability that return types with arguments of type Operator Modifier and Type Method Description Collection<Operator>
ComparisonOperatorsImpl. getOperators()
Method parameters in org.geotools.filter.capability with type arguments of type Operator Modifier and Type Method Description void
ComparisonOperatorsImpl. setOperators(Collection<Operator> operators)
Constructors in org.geotools.filter.capability with parameters of type Operator Constructor Description ComparisonOperatorsImpl(Operator... operators)
OperatorImpl(Operator copy)
Constructor parameters in org.geotools.filter.capability with type arguments of type Operator Constructor Description ComparisonOperatorsImpl(Collection<Operator> operators)
-