|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyIsEqualTo | |
---|---|
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.data.oracle | |
org.geotools.filter | |
org.geotools.filter.spatial | |
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 PropertyIsEqualTo in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsEqualTo | |
---|---|
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 | |
---|---|
Object |
FilterToSQL.visit(PropertyIsEqualTo filter,
Object extraData)
Write the SQL for this kind of filter |
Uses of PropertyIsEqualTo in org.geotools.data.oracle |
---|
Methods in org.geotools.data.oracle with parameters of type PropertyIsEqualTo | |
---|---|
Object |
OracleFilterToSQL.visit(PropertyIsEqualTo filter,
Object extraData)
|
Uses of PropertyIsEqualTo in org.geotools.filter |
---|
Classes in org.geotools.filter that implement PropertyIsEqualTo | |
---|---|
class |
IsEqualsToImpl
|
Methods in org.geotools.filter that return PropertyIsEqualTo | |
---|---|
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)
|
Methods in org.geotools.filter with parameters of type PropertyIsEqualTo | |
---|---|
Object |
FilterTransformer.FilterTranslator.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
FilterVisitorFilterWrapper.visit(PropertyIsEqualTo filter,
Object extraData)
|
Uses of PropertyIsEqualTo in org.geotools.filter.spatial |
---|
Methods in org.geotools.filter.spatial with parameters of type PropertyIsEqualTo | |
---|---|
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 | |
---|---|
PropertyIsEqualTo |
AbstractFilterBuilder.buildEquals()
|
PropertyIsEqualTo |
AbstractFilterBuilder.buildPropertyExists()
Creates PropertyIsEqualTo with PropertyExists predicate |
PropertyIsEqualTo |
AbstractFilterBuilder.buildSpatialRelateFilter()
|
Uses of PropertyIsEqualTo in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type PropertyIsEqualTo | |
---|---|
Object |
AbstractFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
Deprecated. Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set. |
Object |
DefaultFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
|
Object |
OperatorNameFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
NullFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
|
Object |
PostPreProcessFilterSplittingVisitor.visit(PropertyIsEqualTo filter,
Object notUsed)
Deprecated. |
Object |
AbstractFinderFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
|
Object |
AbstractSearchFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
|
Object |
IsSupportedFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
FilterVisitorSupport.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
ExtractBoundsFilterVisitor.visit(PropertyIsEqualTo filter,
Object data)
|
Object |
IsFullySupportedFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
SimplifyingFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
LiteralDemultiplyingFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
DuplicatingFilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Object |
CapabilitiesFilterSplitter.visit(PropertyIsEqualTo filter,
Object notUsed)
|
Uses of PropertyIsEqualTo in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type PropertyIsEqualTo | |
---|---|
Object |
FilterCompliancePreProcessor.visit(PropertyIsEqualTo filter,
Object extraData)
|
Uses of PropertyIsEqualTo in org.opengis.filter |
---|
Methods in org.opengis.filter that return PropertyIsEqualTo | |
---|---|
PropertyIsEqualTo |
FilterFactory.equal(Expression expr1,
Expression expr2,
boolean matchCase)
Compares that two sub-expressions are equal to eacher other |
PropertyIsEqualTo |
FilterFactory.equal(Expression expr1,
Expression expr2,
boolean matchCase,
MultiValuedFilter.MatchAction matchAction)
Compares that two sub-expressions are equal to eacher other |
PropertyIsEqualTo |
FilterFactory.equals(Expression expr1,
Expression expr2)
Compares that two sub-expressions are equal to each other. |
Methods in org.opengis.filter with parameters of type PropertyIsEqualTo | |
---|---|
Object |
FilterVisitor.visit(PropertyIsEqualTo filter,
Object extraData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |