Uses of Interface
org.geotools.api.filter.spatial.DWithin
-
Packages that use DWithin 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.commons 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 DWithin in org.geotools.api.filter
Methods in org.geotools.api.filter that return DWithin Modifier and Type Method Description DWithin
FilterFactory. dwithin(String propertyName, Geometry geometry, double distance, String units)
Checks if any part of the first geometry lies within the given distance of the second geometry.DWithin
FilterFactory. dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Checks if any part of the first geometry lies within the given distance of the second geometry.DWithin
FilterFactory. dwithin(Expression geometry1, Expression geometry2, double distance, String units)
Checks if any part of the first geometry lies within the given distance of the second geometry.DWithin
FilterFactory. dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Checks if any part of the first geometry lies within the given distance of the second geometry.Methods in org.geotools.api.filter with parameters of type DWithin Modifier and Type Method Description Object
FilterVisitor. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type DWithin Modifier and Type Method Description Object
NestedFilterToSQL. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type DWithin Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(DWithin filter, Object arg1)
-
Uses of DWithin in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type DWithin Modifier and Type Method Description Object
FilterToSQL. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type DWithin Modifier and Type Method Description Object
AbstractFilterToMongo. visit(DWithin filter, Object extraData)
DWITHIN filter is delegated to Mongo's $near operator for point geometry, otherwise it is delegated to $geoIntersects. -
Uses of DWithin in org.geotools.filter
Methods in org.geotools.filter that return DWithin Modifier and Type Method Description DWithin
FilterFactoryImpl. dwithin(String propertyName, Geometry geometry, double distance, String units)
DWithin
FilterFactoryImpl. dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
DWithin
FilterFactoryImpl. dwithin(Expression geometry1, Expression geometry2, double distance, String units)
DWithin
FilterFactoryImpl. dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
-
Uses of DWithin in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement DWithin Modifier and Type Class Description class
DWithinImpl
Methods in org.geotools.filter.spatial with parameters of type DWithin Modifier and Type Method Description Object
ReprojectingFilterVisitor. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type DWithin Modifier and Type Method Description static Object
FilterToTextUtil. buildDWithin(DWithin filter, Object extraData)
static Object
FilterToTextUtil. buildDWithin(DWithin filter, Object extraData, ExpressionToText visitor)
-
Uses of DWithin in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type DWithin Modifier and Type Method Description Object
FilterToCQL2Json. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type DWithin Modifier and Type Method Description Object
AbstractFilterVisitor. visit(DWithin filter, Object data)
Visits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set.Object
AbstractFinderFilterVisitor. visit(DWithin filter, Object data)
Object
AbstractSearchFilterVisitor. visit(DWithin filter, Object data)
Object
CapabilitiesFilterSplitter. visit(DWithin filter, Object notUsed)
Object
DefaultFilterVisitor. visit(DWithin filter, Object data)
Object
DuplicatingFilterVisitor. visit(DWithin filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(DWithin filter, Object data)
Object
FilterVisitorSupport. visit(DWithin filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(DWithin filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(DWithin filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(DWithin filter, Object extraData)
Object
NullFilterVisitor. visit(DWithin filter, Object data)
Object
OperatorNameFilterVisitor. visit(DWithin filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(DWithin filter, Object notUsed)
Object
SpatialFilterVisitor. visit(DWithin filter, Object data)
-
Uses of DWithin in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type DWithin Modifier and Type Method Description Object
TimeRangeVisitor. visit(DWithin filter, Object extraData)
-
Uses of DWithin in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type DWithin Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(DWithin filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(DWithin filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(DWithin filter, Object extraData)
-