Uses of Interface
org.geotools.api.filter.capability.SpatialOperator
-
Packages that use SpatialOperator 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 SpatialOperator in net.opengis.fes20
Subinterfaces of SpatialOperator in net.opengis.fes20 Modifier and Type Interface Description interface
SpatialOperatorType
A representation of the model object 'Spatial Operator Type'.Methods in net.opengis.fes20 that return types with arguments of type SpatialOperator Modifier and Type Method Description EList<SpatialOperator>
SpatialOperatorsType. getOperators()
Returns the value of the 'Spatial Operator' containment reference list. -
Uses of SpatialOperator in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement SpatialOperator Modifier and Type Class Description class
SpatialOperatorTypeImpl
An implementation of the model object 'Spatial Operator Type'.Fields in net.opengis.fes20.impl with type parameters of type SpatialOperator Modifier and Type Field Description protected EList<SpatialOperator>
SpatialOperatorsTypeImpl. spatialOperator
The cached value of the 'Spatial Operator
' containment reference list.Methods in net.opengis.fes20.impl that return SpatialOperator Modifier and Type Method Description SpatialOperator
SpatialOperatorsTypeImpl. getOperator(String name)
Methods in net.opengis.fes20.impl that return types with arguments of type SpatialOperator Modifier and Type Method Description EList<SpatialOperator>
SpatialOperatorsTypeImpl. getOperators()
-
Uses of SpatialOperator in org.geotools.api.filter
Methods in org.geotools.api.filter that return SpatialOperator Modifier and Type Method Description SpatialOperator
FilterFactory. spatialOperator(String name, GeometryOperand... geometryOperands)
spatial operatorMethods in org.geotools.api.filter with parameters of type SpatialOperator Modifier and Type Method Description SpatialOperators
FilterFactory. spatialOperators(SpatialOperator... spatialOperators)
spatial operators -
Uses of SpatialOperator in org.geotools.api.filter.capability
Methods in org.geotools.api.filter.capability that return SpatialOperator Modifier and Type Method Description SpatialOperator
SpatialOperators. 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 SpatialOperator Modifier and Type Method Description Collection<SpatialOperator>
SpatialOperators. getOperators()
Provided spatial operators. -
Uses of SpatialOperator in org.geotools.filter
Methods in org.geotools.filter that return SpatialOperator Modifier and Type Method Description SpatialOperator
FilterFactoryImpl. spatialOperator(String name, GeometryOperand[] geometryOperands)
Methods in org.geotools.filter with parameters of type SpatialOperator Modifier and Type Method Description SpatialOperators
FilterFactoryImpl. spatialOperators(SpatialOperator[] spatialOperators)
-
Uses of SpatialOperator in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement SpatialOperator Modifier and Type Class Description class
SpatialOperatorImpl
Implementation of the SpatialOperator interface.Methods in org.geotools.filter.capability that return SpatialOperator Modifier and Type Method Description SpatialOperator
SpatialOperatorsImpl. getOperator(String name)
Methods in org.geotools.filter.capability that return types with arguments of type SpatialOperator Modifier and Type Method Description Collection<SpatialOperator>
SpatialOperatorsImpl. getOperators()
Methods in org.geotools.filter.capability with parameters of type SpatialOperator Modifier and Type Method Description void
SpatialOperatorImpl. addAll(SpatialOperator copy)
Method parameters in org.geotools.filter.capability with type arguments of type SpatialOperator Modifier and Type Method Description void
SpatialOperatorsImpl. setOperators(Collection<SpatialOperator> operators)
Constructors in org.geotools.filter.capability with parameters of type SpatialOperator Constructor Description SpatialOperatorImpl(SpatialOperator copy)
SpatialOperatorsImpl(SpatialOperator... operators)
Constructor parameters in org.geotools.filter.capability with type arguments of type SpatialOperator Constructor Description SpatialOperatorsImpl(Collection<SpatialOperator> operators)
-