Uses of Interface
org.geotools.api.filter.spatial.Disjoint
Packages that use Disjoint
Package
Description
Filters features according their properties.
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of Disjoint in org.geotools.api.filter
Methods in org.geotools.api.filter that return DisjointModifier and TypeMethodDescriptionChecks if the first operand is disjoint from the second.FilterFactory.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the first operand is disjoint from the second.FilterFactory.disjoint(Expression geometry1, Expression geometry2) Checks if the first operand is disjoint from the second.FilterFactory.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) Checks if the first operand is disjoint from the second.Methods in org.geotools.api.filter with parameters of type Disjoint -
Uses of Disjoint in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type Disjoint -
Uses of Disjoint in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Disjoint -
Uses of Disjoint in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Disjoint -
Uses of Disjoint in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Disjoint -
Uses of Disjoint in org.geotools.filter
Methods in org.geotools.filter that return DisjointModifier and TypeMethodDescriptionFilterFactoryImpl.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2) FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) -
Uses of Disjoint in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement DisjointMethods in org.geotools.filter.spatial with parameters of type Disjoint -
Uses of Disjoint in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Disjoint -
Uses of Disjoint in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type DisjointModifier and TypeMethodDescriptionVisits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set. -
Uses of Disjoint in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Disjoint -
Uses of Disjoint in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type Disjoint