Uses of Interface
org.geotools.api.filter.PropertyIsLike
-
Packages that use PropertyIsLike 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.text.commons org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.stac.store org.geotools.vectormosaic org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. -
-
Uses of PropertyIsLike in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsLike Modifier and Type Method Description PropertyIsLike
FilterFactory. like(Expression expr, String pattern)
Character string comparison operator with pattern matching and default wildcards.PropertyIsLike
FilterFactory. like(Expression expr, String pattern, String wildcard, String singleChar, String escape)
Character string comparison operator with pattern matching and specified wildcards.PropertyIsLike
FilterFactory. like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase)
Character string comparison operator with pattern matching and specified wildcards.PropertyIsLike
FilterFactory. like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
Character string comparison operator with pattern matching and specified wildcards.Methods in org.geotools.api.filter with parameters of type PropertyIsLike Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsLike Modifier and Type Method Description Object
NestedFilterToSQL. visit(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsLike Modifier and Type Method Description Object
ComplexFilterSplitter. visit(PropertyIsLike filter, Object notUsed)
Object
UnmappingFilterVisitor. visit(PropertyIsLike filter, Object arg1)
-
Uses of PropertyIsLike in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsLike Modifier and Type Method Description Object
FilterToSQL. visit(PropertyIsLike filter, Object extraData)
Writes the SQL for the Like Filter. -
Uses of PropertyIsLike in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsLike Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsLike filter, Object extraData)
Encode LIKE using MongoDB Regex.Object
MongoFilterSplitter. visit(PropertyIsLike filter, Object notUsed)
-
Uses of PropertyIsLike in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsLike Modifier and Type Class Description class
LikeFilterImpl
Defines a like filter, which checks to see if an attribute matches a REGEXP.Methods in org.geotools.filter that return PropertyIsLike Modifier and Type Method Description PropertyIsLike
FilterFactoryImpl. like(Expression expr, String pattern)
PropertyIsLike
FilterFactoryImpl. like(Expression expr, String pattern, String wildcard, String singleChar, String escape)
PropertyIsLike
FilterFactoryImpl. like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase)
PropertyIsLike
FilterFactoryImpl. like(Expression expr, String pattern, String wildcard, String singleChar, String escape, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
Constructors in org.geotools.filter with parameters of type PropertyIsLike Constructor Description LikeToRegexConverter(PropertyIsLike like)
-
Uses of PropertyIsLike in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return PropertyIsLike Modifier and Type Method Description PropertyIsLike
AbstractFilterBuilder. buildLikeFilter(boolean matchCase)
Builds a like filterMethods in org.geotools.filter.text.commons with parameters of type PropertyIsLike Modifier and Type Method Description static Object
FilterToTextUtil. buildIsLike(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsLike Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsLike Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsLike filter, Object data)
Visits filter.getExpression() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsLike filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsLike filter, Object data)
Object
CapabilitiesFilterSplitter. visit(PropertyIsLike filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsLike filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsLike filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsLike filter, Object data)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsLike filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsLike filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsLike filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsLike filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsLike filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsLike Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsLike filter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type PropertyIsLike Modifier and Type Method Description Object
VectorMosaicPostPreFilterSplitter. visit(PropertyIsLike likeFilter, Object extraData)
-
Uses of PropertyIsLike in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsLike Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsLike filter, Object extraData)
void
FilterEncodingPreProcessor. visit(PropertyIsLike filter)
Object
FilterEncodingPreProcessor. visit(PropertyIsLike filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsLike filter, Object extraData)
-