Uses of Interface
org.geotools.api.filter.capability.SpatialOperators
Packages that use SpatialOperators
-
Uses of SpatialOperators in net.opengis.fes20
Subinterfaces of SpatialOperators in net.opengis.fes20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Spatial Operators Type'. -
Uses of SpatialOperators in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement SpatialOperatorsModifier and TypeClassDescriptionclassAn implementation of the model object 'Spatial Operators Type'. -
Uses of SpatialOperators in org.geotools.api.filter
Methods in org.geotools.api.filter that return SpatialOperatorsModifier and TypeMethodDescriptionFilterFactory.spatialOperators(SpatialOperator... spatialOperators) spatial operatorsMethods in org.geotools.api.filter with parameters of type SpatialOperatorsModifier and TypeMethodDescriptionFilterFactory.spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial) spatial capabilities -
Uses of SpatialOperators in org.geotools.api.filter.capability
Methods in org.geotools.api.filter.capability that return SpatialOperatorsModifier and TypeMethodDescriptionSpatialCapabilities.getSpatialOperators()Supported spatial operators. -
Uses of SpatialOperators in org.geotools.filter
Methods in org.geotools.filter that return SpatialOperatorsModifier and TypeMethodDescriptionFilterFactoryImpl.spatialOperators(SpatialOperator... spatialOperators) Methods in org.geotools.filter with parameters of type SpatialOperatorsModifier and TypeMethodDescriptionFilterFactoryImpl.spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial) -
Uses of SpatialOperators in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement SpatialOperatorsModifier and TypeClassDescriptionclassImplementation of the SpatialOperators interface.Methods in org.geotools.filter.capability with parameters of type SpatialOperatorsConstructors in org.geotools.filter.capability with parameters of type SpatialOperatorsModifierConstructorDescriptionSpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands, SpatialOperators spatialOperators) SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands, SpatialOperators spatialOperators)