Uses of Interface
org.geotools.api.filter.capability.TemporalOperator
Packages that use TemporalOperator
-
Uses of TemporalOperator in net.opengis.fes20
Methods in net.opengis.fes20 that return types with arguments of type TemporalOperatorModifier and TypeMethodDescriptionEList<TemporalOperator>TemporalOperatorsType.getOperators()Returns the value of the 'Temporal Operator' containment reference list. -
Uses of TemporalOperator in net.opengis.fes20.impl
Fields in net.opengis.fes20.impl with type parameters of type TemporalOperatorModifier and TypeFieldDescriptionprotected EList<TemporalOperator>TemporalOperatorsTypeImpl.temporalOperatorThe cached value of the 'Temporal Operator' containment reference list.Methods in net.opengis.fes20.impl that return TemporalOperatorMethods in net.opengis.fes20.impl that return types with arguments of type TemporalOperatorModifier and TypeMethodDescriptionEList<TemporalOperator>TemporalOperatorsTypeImpl.getOperators() -
Uses of TemporalOperator in org.geotools.api.filter
Methods in org.geotools.api.filter that return TemporalOperatorMethods in org.geotools.api.filter with parameters of type TemporalOperatorModifier and TypeMethodDescriptionFilterFactory.temporalCapabilities(TemporalOperator... temporalOperators) temporal capabilities -
Uses of TemporalOperator in org.geotools.api.filter.capability
Methods in org.geotools.api.filter.capability that return TemporalOperatorModifier and TypeMethodDescriptionTemporalOperators.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 TemporalOperator -
Uses of TemporalOperator in org.geotools.filter
Methods in org.geotools.filter that return TemporalOperatorMethods in org.geotools.filter with parameters of type TemporalOperatorModifier and TypeMethodDescriptionFilterFactoryImpl.temporalCapabilities(TemporalOperator... temporalOperators) -
Uses of TemporalOperator in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement TemporalOperatorMethods in org.geotools.filter.capability that return TemporalOperatorMethods in org.geotools.filter.capability that return types with arguments of type TemporalOperatorConstructor parameters in org.geotools.filter.capability with type arguments of type TemporalOperatorModifierConstructorDescriptionTemporalCapabilitiesImpl(Collection<TemporalOperator> operators) TemporalOperatorsImpl(Collection<TemporalOperator> operators)