|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultFilterVisitor | |
---|---|
org.geotools.arcsde.filter | |
org.geotools.feature.visitor | |
org.geotools.filter | |
org.geotools.filter.function | |
org.geotools.filter.visitor | |
org.geotools.gce.imagemosaic | |
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.styling | Allows for symbolization of geospatial data. |
Uses of DefaultFilterVisitor in org.geotools.arcsde.filter |
---|
Subclasses of DefaultFilterVisitor in org.geotools.arcsde.filter | |
---|---|
class |
GeometryEncoderSDE
Encodes the geometry related parts of a filter into a set of SeFilter objects and
provides a method to get the resulting filters suitable to set up an SeQuery's spatial
constraints. |
Uses of DefaultFilterVisitor in org.geotools.feature.visitor |
---|
Subclasses of DefaultFilterVisitor in org.geotools.feature.visitor | |
---|---|
class |
IdCollectorFilterVisitor
Gather up all FeatureId strings into a provided HashSet. |
Uses of DefaultFilterVisitor in org.geotools.filter |
---|
Subclasses of DefaultFilterVisitor in org.geotools.filter | |
---|---|
class |
FilterAttributeExtractor
A simple visitor that extracts every attribute used by a filter or an expression Access to this class is available via: DataUtilities.attributeNames( Filter ) DataUtilities.attributeNames( Filter, FeatureType ) DataUtilities.attributeNames( Expression ) DataUtilities.attributeNames( Expression, FeatureType ) The class can also be used to determine if an expression is "static", that is, despite a complex structure does not use attribute or volatile functions, and can be thus replaced by a constant: for this use case refer to the FilterAttributeExtractor.isConstantExpression() method |
Uses of DefaultFilterVisitor in org.geotools.filter.function |
---|
Subclasses of DefaultFilterVisitor in org.geotools.filter.function | |
---|---|
class |
GeometryTransformationVisitor
Given an original rendering envelope it visits an expression, finds all GeometryTransformation , collects and merges all the returned query envelopes |
Uses of DefaultFilterVisitor in org.geotools.filter.visitor |
---|
Subclasses of DefaultFilterVisitor in org.geotools.filter.visitor | |
---|---|
class |
SpatialFilterVisitor
Filter that can be applied to determine if a Filter contains any spatial filter |
Uses of DefaultFilterVisitor in org.geotools.gce.imagemosaic |
---|
Subclasses of DefaultFilterVisitor in org.geotools.gce.imagemosaic | |
---|---|
static class |
Utils.BBOXFilterExtractor
Extracts a bbox from a filter in case there is at least one. |
Uses of DefaultFilterVisitor in org.geotools.renderer.lite |
---|
Subclasses of DefaultFilterVisitor in org.geotools.renderer.lite | |
---|---|
class |
MetaBufferEstimator
Parses a style or part of it and returns the size of the largest stroke and the biggest point symbolizer whose width is specified with a literal expression. |
Uses of DefaultFilterVisitor in org.geotools.styling |
---|
Subclasses of DefaultFilterVisitor in org.geotools.styling | |
---|---|
class |
StyleAttributeExtractor
A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properly |
class |
StyleAttributeExtractorTruncated
A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properly This is very similiar to StyleAttributeExtractor, but with these differences: a) it doesnt the count the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |