|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyIsLike | |
---|---|
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.filter | |
org.geotools.filter.text.commons | |
org.geotools.filter.visitor | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
org.opengis.filter | Filters features according their properties. |
Uses of PropertyIsLike in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsLike | |
---|---|
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 | |
---|---|
Object |
FilterToSQL.visit(PropertyIsLike filter,
Object extraData)
Writes the SQL for the Like Filter. |
Uses of PropertyIsLike in org.geotools.filter |
---|
Subinterfaces of PropertyIsLike in org.geotools.filter | |
---|---|
interface |
LikeFilter
Deprecated. use PropertyIsLike |
Classes in org.geotools.filter that implement PropertyIsLike | |
---|---|
class |
LikeFilterImpl
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
Methods in org.geotools.filter that return PropertyIsLike | |
---|---|
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)
|
Methods in org.geotools.filter with parameters of type PropertyIsLike | |
---|---|
Object |
FilterTransformer.FilterTranslator.visit(PropertyIsLike filter,
Object extraData)
|
Object |
FilterVisitorFilterWrapper.visit(PropertyIsLike filter,
Object extraData)
|
Uses of PropertyIsLike in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons that return PropertyIsLike | |
---|---|
PropertyIsLike |
AbstractFilterBuilder.buildLikeFilter(boolean matchCase)
Builds a like filter |
Methods in org.geotools.filter.text.commons with parameters of type PropertyIsLike | |
---|---|
static Object |
FilterToTextUtil.buildIsLike(PropertyIsLike filter,
Object extraData)
|
Uses of PropertyIsLike in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type PropertyIsLike | |
---|---|
Object |
AbstractFilterVisitor.visit(PropertyIsLike filter,
Object data)
Deprecated. Visits filter.getExpression() if an expression visitor was set. |
Object |
DefaultFilterVisitor.visit(PropertyIsLike filter,
Object data)
|
Object |
OperatorNameFilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
Object |
NullFilterVisitor.visit(PropertyIsLike filter,
Object data)
|
Object |
PostPreProcessFilterSplittingVisitor.visit(PropertyIsLike filter,
Object notUsed)
Deprecated. |
Object |
AbstractFinderFilterVisitor.visit(PropertyIsLike filter,
Object data)
|
Object |
AbstractSearchFilterVisitor.visit(PropertyIsLike filter,
Object data)
|
Object |
IsSupportedFilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
Object |
ExtractBoundsFilterVisitor.visit(PropertyIsLike filter,
Object data)
|
Object |
IsFullySupportedFilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
Object |
SimplifyingFilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
Object |
DuplicatingFilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
Object |
CapabilitiesFilterSplitter.visit(PropertyIsLike filter,
Object notUsed)
|
Uses of PropertyIsLike in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type PropertyIsLike | |
---|---|
Object |
FilterCompliancePreProcessor.visit(PropertyIsLike filter,
Object extraData)
|
Uses of PropertyIsLike in org.opengis.filter |
---|
Methods in org.opengis.filter that return PropertyIsLike | |
---|---|
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 |
FilterFactory2.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. |
PropertyIsLike |
FilterFactory2.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.opengis.filter with parameters of type PropertyIsLike | |
---|---|
Object |
FilterVisitor.visit(PropertyIsLike filter,
Object extraData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |