|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicFilter | |
---|---|
org.geotools.filter | |
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. |
Uses of LogicFilter in org.geotools.filter |
---|
Classes in org.geotools.filter that implement LogicFilter | |
---|---|
class |
AndImpl
Direct implementation of And filter. |
class |
LogicFilterImpl
Defines a logic filter (the only filter type that contains other filters). |
class |
NotImpl
|
class |
OrImpl
|
Methods in org.geotools.filter with parameters of type LogicFilter | |
---|---|
void |
SQLEncoder.visit(LogicFilter filter)
Deprecated. Writes the SQL for the Logic Filter. |
void |
FilterVisitor.visit(LogicFilter filter)
Deprecated. Called when accept is called on a Logic Filter. |
Uses of LogicFilter in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type LogicFilter | |
---|---|
void |
AbstractFilterVisitor.visit(LogicFilter filter)
Deprecated. use one of AbstractFilterVisitor.visit(And, Object) ,AbstractFilterVisitor.visit(Or, Object) ,
AbstractFilterVisitor.visit(Not, Object) |
void |
WFSBBoxFilterVisitor.visit(LogicFilter filter)
Deprecated. |
Uses of LogicFilter in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type LogicFilter | |
---|---|
void |
FilterEncodingPreProcessor.visit(LogicFilter filter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |