|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BetweenFilter | |
---|---|
org.geotools.filter | |
org.geotools.filter.visitor | |
org.geotools.renderer.shape | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of BetweenFilter in org.geotools.filter |
---|
Classes in org.geotools.filter that implement BetweenFilter | |
---|---|
class |
BetweenFilterImpl
Deprecated. use IsBetweenImpl |
class |
IsBetweenImpl
Straight implementation of GeoAPI interface. |
Methods in org.geotools.filter that return BetweenFilter | |
---|---|
BetweenFilter |
FilterFactoryImpl.createBetweenFilter()
Creates an empty Between Filter. |
BetweenFilter |
FilterFactory.createBetweenFilter()
Deprecated. Creates an empty Between Filter. |
Methods in org.geotools.filter with parameters of type BetweenFilter | |
---|---|
void |
SQLEncoder.visit(BetweenFilter filter)
Deprecated. Writes the SQL for the Between Filter. |
void |
FilterTransformer.FilterTranslator.visit(BetweenFilter filter)
|
void |
FilterVisitor.visit(BetweenFilter filter)
Deprecated. Called when accept is called on a BetweenFilter. |
Uses of BetweenFilter in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type BetweenFilter | |
---|---|
void |
AbstractFilterVisitor.visit(BetweenFilter filter)
Deprecated. use AbstractFilterVisitor.visit(PropertyIsBetween, Object) |
void |
WFSBBoxFilterVisitor.visit(BetweenFilter filter)
|
Uses of BetweenFilter in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type BetweenFilter | |
---|---|
void |
ReplaceGeometryFilter.visit(BetweenFilter filter)
|
Uses of BetweenFilter in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type BetweenFilter | |
---|---|
void |
FilterEncodingPreProcessor.visit(BetweenFilter filter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |