Uses of Interface
org.geotools.api.filter.spatial.Intersects
Packages that use Intersects
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 Intersects in org.geotools.api.filterMethods in org.geotools.api.filter that return IntersectsModifier and TypeMethodDescriptionFilterFactory.intersects(String propertyName, Geometry geometry) Checks if the two geometric operands intersect.FilterFactory.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) Checks if the two geometric operands intersect.FilterFactory.intersects(Expression geometry1, Expression geometry2) Checks if the two geometric operands intersect.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
- 
Uses of Intersects in org.geotools.appschema.jdbcMethods in org.geotools.appschema.jdbc with parameters of type Intersects
- 
Uses of Intersects in org.geotools.data.complex.filterMethods in org.geotools.data.complex.filter with parameters of type Intersects
- 
Uses of Intersects in org.geotools.data.jdbcMethods in org.geotools.data.jdbc with parameters of type Intersects
- 
Uses of Intersects in org.geotools.data.mongodbMethods in org.geotools.data.mongodb with parameters of type IntersectsModifier and TypeMethodDescriptionAbstractFilterToMongo.visit(Intersects filter, Object extraData) 
- 
Uses of Intersects in org.geotools.filterMethods in org.geotools.filter that return IntersectsModifier and TypeMethodDescriptionFilterFactoryImpl.intersects(String propertyName, Geometry geometry) FilterFactoryImpl.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2) FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction) 
- 
Uses of Intersects in org.geotools.filter.spatialClasses in org.geotools.filter.spatial that implement IntersectsMethods in org.geotools.filter.spatial with parameters of type IntersectsModifier and TypeMethodDescriptionReprojectingFilterVisitor.visit(Intersects filter, Object extraData) 
- 
Uses of Intersects in org.geotools.filter.text.cqljsonMethods in org.geotools.filter.text.cqljson with parameters of type Intersects
- 
Uses of Intersects in org.geotools.filter.visitorMethods in org.geotools.filter.visitor with parameters of type IntersectsModifier and TypeMethodDescriptionAbstractFilterVisitor.visit(Intersects filter, Object data) Visits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set.AbstractFinderFilterVisitor.visit(Intersects filter, Object data) AbstractSearchFilterVisitor.visit(Intersects filter, Object data) CapabilitiesFilterSplitter.visit(Intersects filter, Object notUsed) DefaultFilterVisitor.visit(Intersects filter, Object data) DuplicatingFilterVisitor.visit(Intersects filter, Object extraData) ExtractBoundsFilterVisitor.visit(Intersects filter, Object data) FilterVisitorSupport.visit(Intersects filter, Object extraData) IsFullySupportedFilterVisitor.visit(Intersects filter, Object extraData) IsSupportedFilterVisitor.visit(Intersects filter, Object extraData) LiteralDemultiplyingFilterVisitor.visit(Intersects filter, Object extraData) NullFilterVisitor.visit(Intersects filter, Object data) OperatorNameFilterVisitor.visit(Intersects filter, Object extraData) PostPreProcessFilterSplittingVisitor.visit(Intersects filter, Object notUsed) SpatialFilterVisitor.visit(Intersects filter, Object data) 
- 
Uses of Intersects in org.geotools.stac.storeMethods in org.geotools.stac.store with parameters of type Intersects
- 
Uses of Intersects in org.geotools.xml.filterMethods in org.geotools.xml.filter with parameters of type IntersectsModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit(Intersects filter, Object extraData) FilterEncodingPreProcessor.visit(Intersects filter, Object extraData) FilterTransformer.FilterTranslator.visit(Intersects filter, Object extraData)