Uses of Interface
org.geotools.api.filter.spatial.Beyond
-
Packages that use Beyond 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 Beyond in org.geotools.api.filter
Methods in org.geotools.api.filter that return Beyond Modifier and Type Method Description Beyond
FilterFactory. beyond(String propertyName, Geometry geometry, double distance, String units)
Check if all of a feature's geometry is more distant than the given distance from this object's geometry.Beyond
FilterFactory. beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Check if all of a feature's geometry is more distant than the given distance from this object's geometry.Beyond
FilterFactory. beyond(Expression geometry1, Expression geometry2, double distance, String units)
Check if all of a geometry is more distant than the given distance from this object's geometry.Beyond
FilterFactory. beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Check if all of a geometry is more distant than the given distance from this object's geometry.Methods in org.geotools.api.filter with parameters of type Beyond Modifier and Type Method Description Object
FilterVisitor. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type Beyond Modifier and Type Method Description Object
NestedFilterToSQL. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Beyond Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(Beyond filter, Object arg1)
-
Uses of Beyond in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Beyond Modifier and Type Method Description Object
FilterToSQL. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Beyond Modifier and Type Method Description Object
AbstractFilterToMongo. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.filter
Methods in org.geotools.filter that return Beyond Modifier and Type Method Description Beyond
FilterFactoryImpl. beyond(String propertyName, Geometry geometry, double distance, String units)
Beyond
FilterFactoryImpl. beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Beyond
FilterFactoryImpl. beyond(Expression geometry1, Expression geometry2, double distance, String units)
Beyond
FilterFactoryImpl. beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
Beyond
FilterFactoryImpl. beyond(Expression geometry1, Geometry geometry2, double distance, String units)
-
Uses of Beyond in org.geotools.filter.spatial
Classes in org.geotools.filter.spatial that implement Beyond Modifier and Type Class Description class
BeyondImpl
Methods in org.geotools.filter.spatial with parameters of type Beyond Modifier and Type Method Description Object
ReprojectingFilterVisitor. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Beyond Modifier and Type Method Description Object
FilterToCQL2Json. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type Beyond Modifier and Type Method Description Object
AbstractFilterVisitor. visit(Beyond filter, Object data)
Visits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set.Object
AbstractFinderFilterVisitor. visit(Beyond filter, Object data)
Object
AbstractSearchFilterVisitor. visit(Beyond filter, Object data)
Object
CapabilitiesFilterSplitter. visit(Beyond filter, Object notUsed)
Object
DefaultFilterVisitor. visit(Beyond filter, Object data)
Object
DuplicatingFilterVisitor. visit(Beyond filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(Beyond filter, Object data)
Object
FilterVisitorSupport. visit(Beyond filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(Beyond filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(Beyond filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(Beyond filter, Object extraData)
Object
NullFilterVisitor. visit(Beyond filter, Object data)
Object
OperatorNameFilterVisitor. visit(Beyond filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(Beyond filter, Object notUsed)
Object
SpatialFilterVisitor. visit(Beyond filter, Object data)
-
Uses of Beyond in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Beyond Modifier and Type Method Description Object
TimeRangeVisitor. visit(Beyond filter, Object extraData)
-
Uses of Beyond in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type Beyond Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(Beyond filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(Beyond filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(Beyond filter, Object extraData)
-