Uses of Interface
org.geotools.api.filter.spatial.Intersects
-
Packages that use Intersects Package Description org.geotools.api.filter Filters features according their properties.org.geotools.appschema.jdbc org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter org.geotools.filter.spatial org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.stac.store org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. -
-
Uses of Intersects in org.geotools.api.filter
Methods in org.geotools.api.filter that return Intersects Modifier and Type Method Description Intersects
FilterFactory. intersects(String propertyName, Geometry geometry)
Checks if the two geometric operands intersect.Intersects
FilterFactory. intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
Checks if the two geometric operands intersect.Intersects
FilterFactory. intersects(Expression geometry1, Expression geometry2)
Checks if the two geometric operands intersect.Intersects
FilterFactory. intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
Checks if the two geometric operands intersect.Methods in org.geotools.api.filter with parameters of type Intersects Modifier and Type Method Description Object
FilterVisitor. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type Intersects Modifier and Type Method Description Object
NestedFilterToSQL. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Intersects Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(Intersects filter, Object arg1)
-
Uses of Intersects in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Intersects Modifier and Type Method Description Object
FilterToSQL. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Intersects Modifier and Type Method Description Object
AbstractFilterToMongo. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.filter
Methods in org.geotools.filter that return Intersects Modifier and Type Method Description Intersects
FilterFactoryImpl. intersects(String propertyName, Geometry geometry)
Intersects
FilterFactoryImpl. intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
Intersects
FilterFactoryImpl. intersects(Expression geometry1, Expression geometry2)
Intersects
FilterFactoryImpl. intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
-
Uses of Intersects in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement Intersects Modifier and Type Class Description class
IntersectsImpl
Methods in org.geotools.filter.spatial with parameters of type Intersects Modifier and Type Method Description Object
ReprojectingFilterVisitor. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Intersects Modifier and Type Method Description Object
FilterToCQL2Json. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type Intersects Modifier and Type Method Description Object
AbstractFilterVisitor. visit(Intersects filter, Object data)
Visits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set.Object
AbstractFinderFilterVisitor. visit(Intersects filter, Object data)
Object
AbstractSearchFilterVisitor. visit(Intersects filter, Object data)
Object
CapabilitiesFilterSplitter. visit(Intersects filter, Object notUsed)
Object
DefaultFilterVisitor. visit(Intersects filter, Object data)
Object
DuplicatingFilterVisitor. visit(Intersects filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(Intersects filter, Object data)
Object
FilterVisitorSupport. visit(Intersects filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(Intersects filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(Intersects filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(Intersects filter, Object extraData)
Object
NullFilterVisitor. visit(Intersects filter, Object data)
Object
OperatorNameFilterVisitor. visit(Intersects filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(Intersects filter, Object notUsed)
Object
SpatialFilterVisitor. visit(Intersects filter, Object data)
-
Uses of Intersects in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Intersects Modifier and Type Method Description Object
TimeRangeVisitor. visit(Intersects filter, Object extraData)
-
Uses of Intersects in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type Intersects Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(Intersects filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(Intersects filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(Intersects filter, Object extraData)
-