Uses of Interface
org.geotools.api.filter.PropertyIsEqualTo
-
Packages that use PropertyIsEqualTo 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.data.oracle org.geotools.data.postgis 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 PropertyIsEqualTo in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsEqualTo Modifier and Type Method Description PropertyIsEqualTo
FilterFactory. equal(Expression expr1, Expression expr2, boolean matchCase)
Compares that two sub-expressions are equal to eacher otherPropertyIsEqualTo
FilterFactory. equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
Compares that two sub-expressions are equal to eacher otherPropertyIsEqualTo
FilterFactory. equals(Expression expr1, Expression expr2)
Compares that two sub-expressions are equal to each other.Methods in org.geotools.api.filter with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
NestedFilterToSQL. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(PropertyIsEqualTo filter, Object arg1)
-
Uses of PropertyIsEqualTo in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
FilterToSQL. visit(PropertyIsEqualTo filter, Object extraData)
Write the SQL for this kind of filter -
Uses of PropertyIsEqualTo in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.data.oracle
Methods in org.geotools.data.oracle with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
OracleFilterToSQL. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.data.postgis
Methods in org.geotools.data.postgis with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
PostgisFilterToSQL. visit(PropertyIsEqualTo filter, Object extraData)
Object
PostgisPSFilterToSql. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsEqualTo Modifier and Type Class Description class
IsEqualsToImpl
Methods in org.geotools.filter that return PropertyIsEqualTo Modifier and Type Method Description PropertyIsEqualTo
FilterFactoryImpl. equal(Expression expr1, Expression expr2, boolean matchCase)
PropertyIsEqualTo
FilterFactoryImpl. equal(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
PropertyIsEqualTo
FilterFactoryImpl. equals(Expression expr1, Expression expr2)
-
Uses of PropertyIsEqualTo in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
ReprojectingFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return PropertyIsEqualTo Modifier and Type Method Description PropertyIsEqualTo
AbstractFilterBuilder. buildEquals()
PropertyIsEqualTo
AbstractFilterBuilder. buildPropertyExists()
Creates PropertyIsEqualTo with PropertyExists predicatePropertyIsEqualTo
AbstractFilterBuilder. buildSpatialRelateFilter()
-
Uses of PropertyIsEqualTo in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Object
BindingFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
CapabilitiesFilterSplitter. visit(PropertyIsEqualTo filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Object
FilterVisitorSupport. visit(PropertyIsEqualTo filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsEqualTo filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsEqualTo filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
TemporalFilterVisitor. visit(PropertyIsEqualTo filter, Object extraData)
Object
TimeRangeVisitor. visit(PropertyIsEqualTo filter, Object extraData)
-
Uses of PropertyIsEqualTo in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsEqualTo Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsEqualTo filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(PropertyIsEqualTo filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsEqualTo filter, Object extraData)
-